From f7649eacd1e09c57b1d864cd1bd7e8be17902da6 Mon Sep 17 00:00:00 2001 From: eg-oss-ci Date: Thu, 18 Jan 2024 18:42:25 +0000 Subject: [PATCH] chore(release): 3.26.0 [skip ci] ## [3.26.0](https://github.com/ExpediaGroup/insights-explorer/compare/v3.25.23...v3.26.0) (2024-01-18) ### Features * Add a new search implementation ([#1984](https://github.com/ExpediaGroup/insights-explorer/issues/1984)) ([02bd961](https://github.com/ExpediaGroup/insights-explorer/commit/02bd961c2df0b29409f3b8423579a85d94c508d4)) ### Bug Fixes * **deps:** bump @emotion/styled from 11.10.6 to 11.11.0 ([913aa38](https://github.com/ExpediaGroup/insights-explorer/commit/913aa38b794641ca3896e3336df54d5860d8d7da)) * **deps:** bump follow-redirects from 1.15.2 to 1.15.4 ([570529f](https://github.com/ExpediaGroup/insights-explorer/commit/570529f0f732da734c1eee8539fd8ad4a6af1ca8)) * **deps:** bump pino-http from 8.3.3 to 9.0.0 ([1884681](https://github.com/ExpediaGroup/insights-explorer/commit/18846810193a22367f30cddccd37250f77f9cf01)) * Fix attachment uploading issue caused by ES2022 spread operator ([87ae1d3](https://github.com/ExpediaGroup/insights-explorer/commit/87ae1d39c09cf2a55adbe6ea154752d022d11d9a)) * Fix saving new avatars to a user profile ([420e134](https://github.com/ExpediaGroup/insights-explorer/commit/420e1342c3d42b4e24bb950649ec4025101c35b0)) --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00aa532f..3efcf3a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.26.0](https://github.com/ExpediaGroup/insights-explorer/compare/v3.25.23...v3.26.0) (2024-01-18) + + +### Features + +* Add a new search implementation ([#1984](https://github.com/ExpediaGroup/insights-explorer/issues/1984)) ([02bd961](https://github.com/ExpediaGroup/insights-explorer/commit/02bd961c2df0b29409f3b8423579a85d94c508d4)) + + +### Bug Fixes + +* **deps:** bump @emotion/styled from 11.10.6 to 11.11.0 ([913aa38](https://github.com/ExpediaGroup/insights-explorer/commit/913aa38b794641ca3896e3336df54d5860d8d7da)) +* **deps:** bump follow-redirects from 1.15.2 to 1.15.4 ([570529f](https://github.com/ExpediaGroup/insights-explorer/commit/570529f0f732da734c1eee8539fd8ad4a6af1ca8)) +* **deps:** bump pino-http from 8.3.3 to 9.0.0 ([1884681](https://github.com/ExpediaGroup/insights-explorer/commit/18846810193a22367f30cddccd37250f77f9cf01)) +* Fix attachment uploading issue caused by ES2022 spread operator ([87ae1d3](https://github.com/ExpediaGroup/insights-explorer/commit/87ae1d39c09cf2a55adbe6ea154752d022d11d9a)) +* Fix saving new avatars to a user profile ([420e134](https://github.com/ExpediaGroup/insights-explorer/commit/420e1342c3d42b4e24bb950649ec4025101c35b0)) + ### [3.25.23](https://github.com/ExpediaGroup/insights-explorer/compare/v3.25.22...v3.25.23) (2024-01-08) diff --git a/package-lock.json b/package-lock.json index 377f2ac70..86ff6828b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.25.23", + "version": "3.26.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.25.23", + "version": "3.26.0", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 53370eec9..ceaaa56a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.25.23", + "version": "3.26.0", "description": "Insights Explorer", "private": true, "repository": {