diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d13fcf37..5845d414f 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.20.9](https://github.com/ExpediaGroup/insights-explorer/compare/v3.20.8...v3.20.9) (2022-10-27) + + +### Bug Fixes + +* Add itemType as part of defaultDraftData when importing insight ([676459b](https://github.com/ExpediaGroup/insights-explorer/commit/676459b1ea77879a1e4c43969aaa7a86fc72226f)) + ### [3.20.8](https://github.com/ExpediaGroup/insights-explorer/compare/v3.20.7...v3.20.8) (2022-08-29) diff --git a/package-lock.json b/package-lock.json index 4192f0cfc..d6433f38a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.20.8", + "version": "3.20.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.20.8", + "version": "3.20.9", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 9481ce972..2ec879173 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.20.8", + "version": "3.20.9", "description": "Insights Explorer", "private": true, "repository": {