Skip to content

Commit d2fd460

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2019-11-12) ### Bug Fixes * add prettify ([9c5dcfb](9c5dcfb)) * changed logger from private to readonly, added tests ([16f6aa3](16f6aa3)) * cr fixes ([1adea66](1adea66)) * cr fixes ([ab5fc5d](ab5fc5d)) * cr fixes ([d1f2855](d1f2855)) * match changes in context ([63b1940](63b1940))
1 parent 29f8d23 commit d2fd460

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.0.3](https://github.com/Enigmatis/graphql-logger/compare/v1.0.2...v1.0.3) (2019-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* add prettify ([9c5dcfb](https://github.com/Enigmatis/graphql-logger/commit/9c5dcfbc0190fadb8096fac24b2e8c658308b321))
7+
* changed logger from private to readonly, added tests ([16f6aa3](https://github.com/Enigmatis/graphql-logger/commit/16f6aa3ae1fefd24622d97fa096ecbd2e4129f8d))
8+
* cr fixes ([1adea66](https://github.com/Enigmatis/graphql-logger/commit/1adea6685942e94ae1af1272037e3b942a258299))
9+
* cr fixes ([ab5fc5d](https://github.com/Enigmatis/graphql-logger/commit/ab5fc5d86b80a36196ff3c8e303941c37a3f3ded))
10+
* cr fixes ([d1f2855](https://github.com/Enigmatis/graphql-logger/commit/d1f2855afa1b197f80e8e1fb068cf083077cec23))
11+
* match changes in context ([63b1940](https://github.com/Enigmatis/graphql-logger/commit/63b1940b34250257c0968ff031e543672620b3c7))
12+
113
## [1.0.2](https://github.com/Enigmatis/graphql-logger/compare/v1.0.1...v1.0.2) (2019-10-24)
214

315

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.0.2",
3+
"version": "1.0.3",
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)