From 5e50be1501670cd875c6c8b8be6d9effa3370d50 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Mar 2022 18:37:37 +0000 Subject: [PATCH] chore(release): 1.1.4 ## [1.1.4](https://github.com/Sanofi-IADC/glisten/compare/v1.1.3...v1.1.4) (2022-03-02) ### Bug Fixes * warnings on variables declared twice with same name ([d747a7a](https://github.com/Sanofi-IADC/glisten/commit/d747a7a5583427bd833a03c970883753ebfbe345)) * **glisten-dashboard:** filter feedbacks containing null data which results in dashboard crash ([fb2a005](https://github.com/Sanofi-IADC/glisten/commit/fb2a0050155ce96e9ef9c1fc7ff914919a37ebc7)) * upstream dependencies conflit ([0178426](https://github.com/Sanofi-IADC/glisten/commit/01784262b844fca9190905b413493f43f3302db5)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 030cd4a..c057ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.4](https://github.com/Sanofi-IADC/glisten/compare/v1.1.3...v1.1.4) (2022-03-02) + + +### Bug Fixes + +* warnings on variables declared twice with same name ([d747a7a](https://github.com/Sanofi-IADC/glisten/commit/d747a7a5583427bd833a03c970883753ebfbe345)) +* **glisten-dashboard:** filter feedbacks containing null data which results in dashboard crash ([fb2a005](https://github.com/Sanofi-IADC/glisten/commit/fb2a0050155ce96e9ef9c1fc7ff914919a37ebc7)) +* upstream dependencies conflit ([0178426](https://github.com/Sanofi-IADC/glisten/commit/01784262b844fca9190905b413493f43f3302db5)) + ## [1.1.3](https://github.com/Sanofi-IADC/glisten/compare/v1.1.2...v1.1.3) (2021-08-19) diff --git a/package.json b/package.json index ef818b3..6a4922f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanofi-iadc/glisten", - "version": "1.1.3", + "version": "1.1.4", "private": false, "scripts": { "serve": "vue-cli-service serve",