From e3f629c0681396709a6572ffe4f906ce71653ad5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 Dec 2019 13:02:43 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/Enigmatis/graphql-logger/compare/v1.1.0...v1.1.1) (2019-12-08) ### Bug Fixes * finished the readme before code review ([9dfc08c](https://github.com/Enigmatis/graphql-logger/commit/9dfc08c0f7c015fc3029c3db70be2580c01bcb00)) * fix first code review ([6510c8a](https://github.com/Enigmatis/graphql-logger/commit/6510c8ad5a5479e55cc314cc89e6d62ccff92e1e)) * little fixes ([b9aad5b](https://github.com/Enigmatis/graphql-logger/commit/b9aad5b52176cc0550cb87df3a21502a926439f6)) * little fixes 2 ([93e1bb4](https://github.com/Enigmatis/graphql-logger/commit/93e1bb4d71d02c3de92bd44ffee1e843551a42b6)) * prettier fixes ([c5355e9](https://github.com/Enigmatis/graphql-logger/commit/c5355e9fc55d39876bb8468a9628cdce529734b9)) * temp commit. not finished yet ([0812b1c](https://github.com/Enigmatis/graphql-logger/commit/0812b1ca2cf274a1f7a155ae444f352ec2bd8f05)) * update the readme ([6152dec](https://github.com/Enigmatis/graphql-logger/commit/6152dec89cc1927b1f6d68675c9e293bf9c0d925)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a0cf7..450e355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.1.1](https://github.com/Enigmatis/graphql-logger/compare/v1.1.0...v1.1.1) (2019-12-08) + + +### Bug Fixes + +* finished the readme before code review ([9dfc08c](https://github.com/Enigmatis/graphql-logger/commit/9dfc08c0f7c015fc3029c3db70be2580c01bcb00)) +* fix first code review ([6510c8a](https://github.com/Enigmatis/graphql-logger/commit/6510c8ad5a5479e55cc314cc89e6d62ccff92e1e)) +* little fixes ([b9aad5b](https://github.com/Enigmatis/graphql-logger/commit/b9aad5b52176cc0550cb87df3a21502a926439f6)) +* little fixes 2 ([93e1bb4](https://github.com/Enigmatis/graphql-logger/commit/93e1bb4d71d02c3de92bd44ffee1e843551a42b6)) +* prettier fixes ([c5355e9](https://github.com/Enigmatis/graphql-logger/commit/c5355e9fc55d39876bb8468a9628cdce529734b9)) +* temp commit. not finished yet ([0812b1c](https://github.com/Enigmatis/graphql-logger/commit/0812b1ca2cf274a1f7a155ae444f352ec2bd8f05)) +* update the readme ([6152dec](https://github.com/Enigmatis/graphql-logger/commit/6152dec89cc1927b1f6d68675c9e293bf9c0d925)) + # [1.1.0](https://github.com/Enigmatis/graphql-logger/compare/v1.0.4...v1.1.0) (2019-11-27) diff --git a/package-lock.json b/package-lock.json index f2d0141..692147b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-graphql-logger", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d9bcfe..ce4881c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-graphql-logger", - "version": "1.1.0", + "version": "1.1.1", "description": "A library that organizes graphql logs", "main": "dist/src/main.js", "types": "dist/src/main.d.ts",