diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ae4c279..570c1668a 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.25.17](https://github.com/ExpediaGroup/insights-explorer/compare/v3.25.16...v3.25.17) (2024-01-03) + + +### Bug Fixes + +* **deps:** bump objection from 3.0.1 to 3.1.3 ([f8e5c07](https://github.com/ExpediaGroup/insights-explorer/commit/f8e5c070844bef34193f9a669b667cb3e27c033f)) + ### [3.25.16](https://github.com/ExpediaGroup/insights-explorer/compare/v3.25.15...v3.25.16) (2024-01-03) diff --git a/package-lock.json b/package-lock.json index 1ffb47403..faab25d1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.25.16", + "version": "3.25.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.25.16", + "version": "3.25.17", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index ebd5a4849..f2babe2ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.25.16", + "version": "3.25.17", "description": "Insights Explorer", "private": true, "repository": {