From 4b1e870f01c713a18a9164843ccaa07273c631c2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Aug 2021 12:02:05 +0000 Subject: [PATCH] chore(release): 1.1.3 ## [1.1.3](https://github.com/Sanofi-IADC/glisten/compare/v1.1.2...v1.1.3) (2021-08-19) ### Bug Fixes * **deps:** update dependency graphql to v15 ([b05b324](https://github.com/Sanofi-IADC/glisten/commit/b05b3242982da6fb6eb2b5604a45323f8ff757a0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ed939..030cd4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/Sanofi-IADC/glisten/compare/v1.1.2...v1.1.3) (2021-08-19) + + +### Bug Fixes + +* **deps:** update dependency graphql to v15 ([b05b324](https://github.com/Sanofi-IADC/glisten/commit/b05b3242982da6fb6eb2b5604a45323f8ff757a0)) + ## [1.1.2](https://github.com/Sanofi-IADC/glisten/compare/v1.1.1...v1.1.2) (2021-06-15) diff --git a/package.json b/package.json index 54a4113..6ee9abb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanofi-iadc/glisten", - "version": "1.1.2", + "version": "1.1.3", "private": false, "scripts": { "serve": "vue-cli-service serve",