diff --git a/CHANGELOG.md b/CHANGELOG.md index c07c9b80a..dfa72820f 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.7](https://github.com/ExpediaGroup/insights-explorer/compare/v1.1.6...v1.1.7) (2022-01-03) + + +### Bug Fixes + +* Ensure `updatedAt` is current when publishing changes ([5ffc660](https://github.com/ExpediaGroup/insights-explorer/commit/5ffc660145e9e6bb8816e121b3a1918e4b4ff90d)) + ### [1.1.6](https://github.com/ExpediaGroup/insights-explorer/compare/v1.1.5...v1.1.6) (2021-12-23) diff --git a/package-lock.json b/package-lock.json index f9f6310f5..079721dd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "1.1.6", + "version": "1.1.7", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 9d3dbe980..ba83aec57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "1.1.6", + "version": "1.1.7", "description": "Insights Explorer", "private": true, "repository": {