From 139b09de88a66bc97a9657df68ca6316e460d803 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Jun 2021 14:19:42 +0000 Subject: [PATCH] chore(release): 1.1.1 ## [1.1.1](https://github.com/Sanofi-IADC/glisten/compare/v1.1.0...v1.1.1) (2021-06-14) ### Bug Fixes * out of scope css ([#80](https://github.com/Sanofi-IADC/glisten/issues/80)) ([4985c1a](https://github.com/Sanofi-IADC/glisten/commit/4985c1a2059de241edf71ee6aebf18abe0e41da4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c695023..85d407c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/Sanofi-IADC/glisten/compare/v1.1.0...v1.1.1) (2021-06-14) + + +### Bug Fixes + +* out of scope css ([#80](https://github.com/Sanofi-IADC/glisten/issues/80)) ([4985c1a](https://github.com/Sanofi-IADC/glisten/commit/4985c1a2059de241edf71ee6aebf18abe0e41da4)) + # [1.1.0](https://github.com/Sanofi-IADC/glisten/compare/v1.0.6...v1.1.0) (2021-06-08) diff --git a/package.json b/package.json index 7c075f9..f433669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanofi-iadc/glisten", - "version": "1.1.0", + "version": "1.1.1", "private": false, "scripts": { "serve": "vue-cli-service serve",