From cf218e33565a004952f453c0026d9884c29f7304 Mon Sep 17 00:00:00 2001 From: eg-oss-ci Date: Mon, 16 May 2022 18:08:44 +0000 Subject: [PATCH] chore(release): 3.14.3 [skip ci] ### [3.14.3](https://github.com/ExpediaGroup/insights-explorer/compare/v3.14.2...v3.14.3) (2022-05-16) ### Bug Fixes * **deps:** bump @slack/bolt from 3.11.0 to 3.11.1 ([74c581c](https://github.com/ExpediaGroup/insights-explorer/commit/74c581cfb3cac59bf41adc7048d7a2a5d7560088)) * **deps:** bump react-redux from 7.2.8 to 8.0.1 ([f06f74f](https://github.com/ExpediaGroup/insights-explorer/commit/f06f74f597017150319601d6195c2e1b38320f01)) * Migrate to React-Redux 8.x ([3b3a2b6](https://github.com/ExpediaGroup/insights-explorer/commit/3b3a2b640d9ec1faeb93528e7e8463f0af16eda1)), closes [/github.com/reduxjs/react-redux/issues/1918#issuecomment-1120697340](https://github.com/ExpediaGroup//github.com/reduxjs/react-redux/issues/1918/issues/issuecomment-1120697340) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033237cb5..87124ad38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.14.3](https://github.com/ExpediaGroup/insights-explorer/compare/v3.14.2...v3.14.3) (2022-05-16) + + +### Bug Fixes + +* **deps:** bump @slack/bolt from 3.11.0 to 3.11.1 ([74c581c](https://github.com/ExpediaGroup/insights-explorer/commit/74c581cfb3cac59bf41adc7048d7a2a5d7560088)) +* **deps:** bump react-redux from 7.2.8 to 8.0.1 ([f06f74f](https://github.com/ExpediaGroup/insights-explorer/commit/f06f74f597017150319601d6195c2e1b38320f01)) +* Migrate to React-Redux 8.x ([3b3a2b6](https://github.com/ExpediaGroup/insights-explorer/commit/3b3a2b640d9ec1faeb93528e7e8463f0af16eda1)), closes [/github.com/reduxjs/react-redux/issues/1918#issuecomment-1120697340](https://github.com/ExpediaGroup//github.com/reduxjs/react-redux/issues/1918/issues/issuecomment-1120697340) + ### [3.14.2](https://github.com/ExpediaGroup/insights-explorer/compare/v3.14.1...v3.14.2) (2022-05-13) diff --git a/package-lock.json b/package-lock.json index 528506caf..a4b5e8042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.14.2", + "version": "3.14.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.14.2", + "version": "3.14.3", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 29681760f..6e20dae72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.14.2", + "version": "3.14.3", "description": "Insights Explorer", "private": true, "repository": {