diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b7b158b..c07c9b80a 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. +### [1.1.6](https://github.com/ExpediaGroup/insights-explorer/compare/v1.1.5...v1.1.6) (2021-12-23) + + +### Bug Fixes + +* **deps:** bump isomorphic-git from 1.10.2 to 1.10.3 ([#268](https://github.com/ExpediaGroup/insights-explorer/issues/268)) ([955ed94](https://github.com/ExpediaGroup/insights-explorer/commit/955ed943f3908b5c3bc753b30296001825393e4d)) + ### [1.1.5](https://github.com/ExpediaGroup/insights-explorer/compare/v1.1.4...v1.1.5) (2021-12-23) diff --git a/package-lock.json b/package-lock.json index e01422fc5..f9f6310f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "1.1.5", + "version": "1.1.6", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 74831f1f1..9d3dbe980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "1.1.5", + "version": "1.1.6", "description": "Insights Explorer", "private": true, "repository": {