From a94d518d4df6713f25de771d004b4c80a112675d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Oct 2023 15:38:01 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/algolia/npm-search/compare/v1.7.15...v1.8.0) (2023-10-20) ### Bug Fixes * **ci:** Trigger CI checks on branch push, not only on PR creation ([#1143](https://github.com/algolia/npm-search/issues/1143)) ([9d99aa3](https://github.com/algolia/npm-search/commit/9d99aa33f053f1c64da5185b923600cafda43462)) ### Features * **ci:** Automate Docker image publication when merging on master ([#1142](https://github.com/algolia/npm-search/issues/1142)) ([f0208ba](https://github.com/algolia/npm-search/commit/f0208ba8469f6b8e7e6f9c78d67d16f94ed784a6)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e94e04c..9242e8197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.8.0](https://github.com/algolia/npm-search/compare/v1.7.15...v1.8.0) (2023-10-20) + + +### Bug Fixes + +* **ci:** Trigger CI checks on branch push, not only on PR creation ([#1143](https://github.com/algolia/npm-search/issues/1143)) ([9d99aa3](https://github.com/algolia/npm-search/commit/9d99aa33f053f1c64da5185b923600cafda43462)) + + +### Features + +* **ci:** Automate Docker image publication when merging on master ([#1142](https://github.com/algolia/npm-search/issues/1142)) ([f0208ba](https://github.com/algolia/npm-search/commit/f0208ba8469f6b8e7e6f9c78d67d16f94ed784a6)) + ## [1.7.15](https://github.com/algolia/npm-search/compare/v1.7.14...v1.7.15) (2023-02-13) diff --git a/package.json b/package.json index f7b921705..f5482577f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-search", - "version": "1.7.15", + "version": "1.8.0", "private": true, "author": { "name": "Algolia, Inc.",