Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 12, 2019
1 parent 29f8d23 commit d2fd460
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.3](https://github.com/Enigmatis/graphql-logger/compare/v1.0.2...v1.0.3) (2019-11-12)


### Bug Fixes

* add prettify ([9c5dcfb](https://github.com/Enigmatis/graphql-logger/commit/9c5dcfbc0190fadb8096fac24b2e8c658308b321))
* changed logger from private to readonly, added tests ([16f6aa3](https://github.com/Enigmatis/graphql-logger/commit/16f6aa3ae1fefd24622d97fa096ecbd2e4129f8d))
* cr fixes ([1adea66](https://github.com/Enigmatis/graphql-logger/commit/1adea6685942e94ae1af1272037e3b942a258299))
* cr fixes ([ab5fc5d](https://github.com/Enigmatis/graphql-logger/commit/ab5fc5d86b80a36196ff3c8e303941c37a3f3ded))
* cr fixes ([d1f2855](https://github.com/Enigmatis/graphql-logger/commit/d1f2855afa1b197f80e8e1fb068cf083077cec23))
* match changes in context ([63b1940](https://github.com/Enigmatis/graphql-logger/commit/63b1940b34250257c0968ff031e543672620b3c7))

## [1.0.2](https://github.com/Enigmatis/graphql-logger/compare/v1.0.1...v1.0.2) (2019-10-24)


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.0.2",
"version": "1.0.3",
"description": "A library that organizes graphql logs",
"main": "dist/src/main.js",
"types": "dist/src/main.d.ts",
Expand Down

0 comments on commit d2fd460

Please sign in to comment.