Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2019-11-17)

### Bug Fixes

* create getter for logger ([768090f](768090f))
* security fixes ([059829e](059829e))
  • Loading branch information
semantic-release-bot committed Nov 17, 2019
1 parent d4196ca commit 3e87136
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.4](https://github.com/Enigmatis/graphql-logger/compare/v1.0.3...v1.0.4) (2019-11-17)


### Bug Fixes

* create getter for logger ([768090f](https://github.com/Enigmatis/graphql-logger/commit/768090f0c0a81344f4c8abd388ffe91c9c77c867))
* security fixes ([059829e](https://github.com/Enigmatis/graphql-logger/commit/059829ecb822243aaf4b870b7d4bed62a60c1f86))

## [1.0.3](https://github.com/Enigmatis/graphql-logger/compare/v1.0.2...v1.0.3) (2019-11-12)


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

0 comments on commit 3e87136

Please sign in to comment.