diff --git a/CHANGELOG.md b/CHANGELOG.md index 3efcf3a2e..52f20a28c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.26.1](https://github.com/ExpediaGroup/insights-explorer/compare/v3.26.0...v3.26.1) (2024-01-19) + + +### Bug Fixes + +* **deps:** bump @octokit/graphql from 4.8.0 to 7.0.2 ([a5191d6](https://github.com/ExpediaGroup/insights-explorer/commit/a5191d681c0b70283b02917395bb208d592e5eaf)) +* **deps:** bump node from 19.8.1 to 21.6.0 ([a459acc](https://github.com/ExpediaGroup/insights-explorer/commit/a459acc0bee570904163493567842b9da816faf3)) +* Prevent continuously dispatching search/setSearchResults action ([811d084](https://github.com/ExpediaGroup/insights-explorer/commit/811d084d54f4259562df57bea7a6c5d3df15e59a)) + ## [3.26.0](https://github.com/ExpediaGroup/insights-explorer/compare/v3.25.23...v3.26.0) (2024-01-18) diff --git a/package-lock.json b/package-lock.json index ccc446049..865ba9e4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.26.0", + "version": "3.26.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.26.0", + "version": "3.26.1", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 8f5ef1725..cf44a5759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.26.0", + "version": "3.26.1", "description": "Insights Explorer", "private": true, "repository": {