From 37f35dd2b42bc763f26e8cfd9d9655bd1713a6e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Oct 2024 02:05:27 +0000 Subject: [PATCH] chore(release): v1.10.0 [skip ci] # [1.10.0](https://github.com/yann510/ss-search/compare/v1.9.1...v1.10.0) (2024-10-28) ### Bug Fixes * netlify in ci + added utility scripts ([#93](https://github.com/yann510/ss-search/issues/93)) ([3b6b2de](https://github.com/yann510/ss-search/commit/3b6b2dec1de3f432b6ac95d92e62aa5b9e94c15d)) ### Features * **nx-cloud:** setup nx cloud workspace ([#94](https://github.com/yann510/ss-search/issues/94)) ([768711d](https://github.com/yann510/ss-search/commit/768711d2b85fcc828875217e824037455e90d706)) * **nx-cloud:** setup nx cloud workspace ([#95](https://github.com/yann510/ss-search/issues/95)) ([452ce3a](https://github.com/yann510/ss-search/commit/452ce3a3bd59b05cdf6b9c2e25138f1b5fcdac73)) --- ss-search/CHANGELOG.md | 13 +++++++++++++ ss-search/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ss-search/CHANGELOG.md b/ss-search/CHANGELOG.md index 639edb0..5216e9f 100644 --- a/ss-search/CHANGELOG.md +++ b/ss-search/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.10.0](https://github.com/yann510/ss-search/compare/v1.9.1...v1.10.0) (2024-10-28) + + +### Bug Fixes + +* netlify in ci + added utility scripts ([#93](https://github.com/yann510/ss-search/issues/93)) ([3b6b2de](https://github.com/yann510/ss-search/commit/3b6b2dec1de3f432b6ac95d92e62aa5b9e94c15d)) + + +### Features + +* **nx-cloud:** setup nx cloud workspace ([#94](https://github.com/yann510/ss-search/issues/94)) ([768711d](https://github.com/yann510/ss-search/commit/768711d2b85fcc828875217e824037455e90d706)) +* **nx-cloud:** setup nx cloud workspace ([#95](https://github.com/yann510/ss-search/issues/95)) ([452ce3a](https://github.com/yann510/ss-search/commit/452ce3a3bd59b05cdf6b9c2e25138f1b5fcdac73)) + ## [1.9.1](https://github.com/yann510/ss-search/compare/v1.9.0...v1.9.1) (2024-10-16) diff --git a/ss-search/package.json b/ss-search/package.json index 3488fb5..eff9987 100644 --- a/ss-search/package.json +++ b/ss-search/package.json @@ -1,6 +1,6 @@ { "name": "ss-search", - "version": "1.9.1", + "version": "1.10.0", "repository": "https://github.com/yann510/ss-search", "dependencies": { "lodash": "4.17.21"