diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d179776..1555d2de3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.21.2](https://github.com/ExpediaGroup/insights-explorer/compare/v3.21.1...v3.21.2) (2023-02-22) + + +### Bug Fixes + +* **deps:** bump @octokit/rest from 18.12.0 to 19.0.7 ([4574025](https://github.com/ExpediaGroup/insights-explorer/commit/4574025e64c8a872a602050e5e82d0651e412e24)) +* **deps:** bump react-vega from 7.5.1 to 7.6.0 ([a20d8e1](https://github.com/ExpediaGroup/insights-explorer/commit/a20d8e171e639926534a114991632890eb3f9c5d)) + ### [3.21.1](https://github.com/ExpediaGroup/insights-explorer/compare/v3.21.0...v3.21.1) (2023-02-17) diff --git a/package-lock.json b/package-lock.json index 95a4031a2..d7338525f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.21.1", + "version": "3.21.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.21.1", + "version": "3.21.2", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 0230156c4..162b4fc90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.21.1", + "version": "3.21.2", "description": "Insights Explorer", "private": true, "repository": {