Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2020-02-10)

### Bug Fixes

* check if exist request before using it ([ed021b8](ed021b8))

### Features

* BREAKING CHANGE implement polaris logger ([a4fab3a](a4fab3a))
  • Loading branch information
semantic-release-bot committed Feb 10, 2020
1 parent 89058e8 commit 60ef991
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.3.0](https://github.com/Enigmatis/graphql-logger/compare/v1.2.0...v1.3.0) (2020-02-10)


### Bug Fixes

* check if exist request before using it ([ed021b8](https://github.com/Enigmatis/graphql-logger/commit/ed021b8f96b0761cf857bbbba6da8547de4bd221))


### Features

* BREAKING CHANGE implement polaris logger ([a4fab3a](https://github.com/Enigmatis/graphql-logger/commit/a4fab3a16d7fdc3c00bfbc7d328be64070f67869))

# [1.2.0](https://github.com/Enigmatis/graphql-logger/compare/v1.1.1...v1.2.0) (2020-01-28)


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.2.0",
"version": "1.3.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 60ef991

Please sign in to comment.