From e59424a0f5c14e8f5eee325f59031e659074dc54 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 May 2023 09:41:34 +0000 Subject: [PATCH] chore(release): 1.4.0 # [1.4.0](https://github.com/Sanofi-IADC/glisten/compare/v1.3.0...v1.4.0) (2023-05-31) ### Features * WEB-1824 Based on prop admin access right allow to remove feedback ([b1bcf54](https://github.com/Sanofi-IADC/glisten/commit/b1bcf54a879390c243f738237b73bc701d9be7e1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6203a5d..a574d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/Sanofi-IADC/glisten/compare/v1.3.0...v1.4.0) (2023-05-31) + + +### Features + +* WEB-1824 Based on prop admin access right allow to remove feedback ([b1bcf54](https://github.com/Sanofi-IADC/glisten/commit/b1bcf54a879390c243f738237b73bc701d9be7e1)) + # [1.3.0](https://github.com/Sanofi-IADC/glisten/compare/v1.2.3...v1.3.0) (2023-05-24) diff --git a/package.json b/package.json index 6e229dc..8dd0534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanofi-iadc/glisten", - "version": "1.3.0", + "version": "1.4.0", "private": false, "scripts": { "serve": "vue-cli-service serve",