Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.1...v1.4.0) (2020-02-24)

### Bug Fixes

* progress with context tests ([c50fa73](c50fa73))
* reality is now taken from context ([c3900f1](c3900f1))

### Features

* added context to the logs ([d626f68](d626f68))
  • Loading branch information
semantic-release-bot committed Feb 24, 2020
1 parent c4f5391 commit 11b53dc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.4.0](https://github.com/Enigmatis/graphql-logger/compare/v1.3.1...v1.4.0) (2020-02-24)


### Bug Fixes

* progress with context tests ([c50fa73](https://github.com/Enigmatis/graphql-logger/commit/c50fa7375d05bb8c1d5f6d5e83e67a141f1b51dc))
* reality is now taken from context ([c3900f1](https://github.com/Enigmatis/graphql-logger/commit/c3900f12258cb6d36f086d7c36441c430145ad0d))


### Features

* added context to the logs ([d626f68](https://github.com/Enigmatis/graphql-logger/commit/d626f68a9f282fcd57a63cdb52f8b98f1b2f29e5))

## [1.3.1](https://github.com/Enigmatis/graphql-logger/compare/v1.3.0...v1.3.1) (2020-02-18)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enigmatis/polaris-graphql-logger",
"version": "1.3.1",
"version": "1.4.0",
"description": "A library that organizes graphql logs",
"main": "dist/src/main.js",
"types": "dist/src/main.d.ts",
Expand Down

0 comments on commit 11b53dc

Please sign in to comment.