Skip to content

Commit 11b53dc

Browse files
chore(release): 1.4.0 [skip ci]
# [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))
1 parent c4f5391 commit 11b53dc

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.4.0](https://github.com/Enigmatis/graphql-logger/compare/v1.3.1...v1.4.0) (2020-02-24)
2+
3+
4+
### Bug Fixes
5+
6+
* progress with context tests ([c50fa73](https://github.com/Enigmatis/graphql-logger/commit/c50fa7375d05bb8c1d5f6d5e83e67a141f1b51dc))
7+
* reality is now taken from context ([c3900f1](https://github.com/Enigmatis/graphql-logger/commit/c3900f12258cb6d36f086d7c36441c430145ad0d))
8+
9+
10+
### Features
11+
12+
* added context to the logs ([d626f68](https://github.com/Enigmatis/graphql-logger/commit/d626f68a9f282fcd57a63cdb52f8b98f1b2f29e5))
13+
114
## [1.3.1](https://github.com/Enigmatis/graphql-logger/compare/v1.3.0...v1.3.1) (2020-02-18)
215

316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enigmatis/polaris-graphql-logger",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "A library that organizes graphql logs",
55
"main": "dist/src/main.js",
66
"types": "dist/src/main.d.ts",

0 commit comments

Comments
 (0)