Skip to content

Commit 60ef991

Browse files
chore(release): 1.3.0 [skip ci]
# [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))
1 parent 89058e8 commit 60ef991

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.3.0](https://github.com/Enigmatis/graphql-logger/compare/v1.2.0...v1.3.0) (2020-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* check if exist request before using it ([ed021b8](https://github.com/Enigmatis/graphql-logger/commit/ed021b8f96b0761cf857bbbba6da8547de4bd221))
7+
8+
9+
### Features
10+
11+
* BREAKING CHANGE implement polaris logger ([a4fab3a](https://github.com/Enigmatis/graphql-logger/commit/a4fab3a16d7fdc3c00bfbc7d328be64070f67869))
12+
113
# [1.2.0](https://github.com/Enigmatis/graphql-logger/compare/v1.1.1...v1.2.0) (2020-01-28)
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.2.0",
3+
"version": "1.3.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)