From 4c3bfb980ecd8d55d78a3788e7ca4e249ce1ffd1 Mon Sep 17 00:00:00 2001 From: eg-oss-ci Date: Wed, 3 Jan 2024 15:42:36 +0000 Subject: [PATCH] chore(release): 3.25.14 [skip ci] ### [3.25.14](https://github.com/ExpediaGroup/insights-explorer/compare/v3.25.13...v3.25.14) (2024-01-03) ### Bug Fixes * Ignore old requests in useActivities hook ([7eb0a18](https://github.com/ExpediaGroup/insights-explorer/commit/7eb0a18492770c5dba4ef2cbe9cfeed8672e088f)) * Ignore old requests in useSearch hook ([97ceec5](https://github.com/ExpediaGroup/insights-explorer/commit/97ceec5a6827262b7e0aa043f539772874b6561b)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa705b4c..192dbf81e 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.25.14](https://github.com/ExpediaGroup/insights-explorer/compare/v3.25.13...v3.25.14) (2024-01-03) + + +### Bug Fixes + +* Ignore old requests in useActivities hook ([7eb0a18](https://github.com/ExpediaGroup/insights-explorer/commit/7eb0a18492770c5dba4ef2cbe9cfeed8672e088f)) +* Ignore old requests in useSearch hook ([97ceec5](https://github.com/ExpediaGroup/insights-explorer/commit/97ceec5a6827262b7e0aa043f539772874b6561b)) + ### [3.25.13](https://github.com/ExpediaGroup/insights-explorer/compare/v3.25.12...v3.25.13) (2024-01-02) diff --git a/package-lock.json b/package-lock.json index 84b7f828b..9eb645087 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.25.13", + "version": "3.25.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.25.13", + "version": "3.25.14", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 8a49f2683..11170f9f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.25.13", + "version": "3.25.14", "description": "Insights Explorer", "private": true, "repository": {