diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ce6db17..5a659ead0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.6.4](https://github.com/ExpediaGroup/insights-explorer/compare/v3.6.3...v3.6.4) (2022-04-05) + + +### Bug Fixes + +* **deps:** bump react-router-dom from 6.2.2 to 6.3.0 ([ef68f54](https://github.com/ExpediaGroup/insights-explorer/commit/ef68f5465cb5740c61e32ea22ddaefbb79c117ca)) + ### [3.6.3](https://github.com/ExpediaGroup/insights-explorer/compare/v3.6.2...v3.6.3) (2022-04-04) diff --git a/package-lock.json b/package-lock.json index b27a4220b..fa2b23de8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.6.3", + "version": "3.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.6.3", + "version": "3.6.4", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index aa6123059..f74221706 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.6.3", + "version": "3.6.4", "description": "Insights Explorer", "private": true, "repository": {