diff --git a/CHANGELOG.md b/CHANGELOG.md index 6101a0f4b..2f5570cd0 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.18.0](https://github.com/ExpediaGroup/insights-explorer/compare/v3.17.12...v3.18.0) (2022-06-14) + + +### Features + +* Revision History UI ([#976](https://github.com/ExpediaGroup/insights-explorer/issues/976)) ([a4a3b3b](https://github.com/ExpediaGroup/insights-explorer/commit/a4a3b3bae3aac3c22b0b08f5fc06ab03cc4cccbf)) + ### [3.17.12](https://github.com/ExpediaGroup/insights-explorer/compare/v3.17.11...v3.17.12) (2022-06-14) diff --git a/package-lock.json b/package-lock.json index 4e0db3511..65e6cfada 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.17.12", + "version": "3.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.17.12", + "version": "3.18.0", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 5ca137c2a..8f895717a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.17.12", + "version": "3.18.0", "description": "Insights Explorer", "private": true, "repository": {