diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fbc7a62..faf760e4a 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.12](https://github.com/ExpediaGroup/insights-explorer/compare/v3.20.11...v3.20.12) (2023-01-30) + + +### Bug Fixes + +* **deps:** bump luxon and @types/luxon ([318e035](https://github.com/ExpediaGroup/insights-explorer/commit/318e035e362a3a5caa13259aeb4d3cbc80a088c2)) + ### [3.20.11](https://github.com/ExpediaGroup/insights-explorer/compare/v3.20.10...v3.20.11) (2023-01-27) diff --git a/package-lock.json b/package-lock.json index 801d0833c..9df899d21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.20.11", + "version": "3.20.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.20.11", + "version": "3.20.12", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index d14bf19b7..c877018ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.20.11", + "version": "3.20.12", "description": "Insights Explorer", "private": true, "repository": {