diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8fae045..cddbaef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c1fa3..25e46bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/rtCamp/onesearch/compare/v1.0.1...v1.1.0) (2026-03-11) + + +### Features + +* Bump minimum PHP version to 8.2 ([#151](https://github.com/rtCamp/onesearch/issues/151)) ([944b536](https://github.com/rtCamp/onesearch/commit/944b536760da2ff30983fa3bd88da77b618538d7)) +* convert remaining JS assets to Typescript ([#153](https://github.com/rtCamp/onesearch/issues/153)) ([9072c8b](https://github.com/rtCamp/onesearch/commit/9072c8b9cfd14f9bec22001a042a27047377e9bd)) + + +### Miscellaneous Chores + +* **deps:** bump the github-actions-updates group across 1 directory with 8 updates ([#157](https://github.com/rtCamp/onesearch/issues/157)) ([b1e7b3e](https://github.com/rtCamp/onesearch/commit/b1e7b3e532bd8b1af1f8ab3fe01026e6e8046b65)) +* upgrade scaffolding ([#146](https://github.com/rtCamp/onesearch/issues/146)) ([41d478e](https://github.com/rtCamp/onesearch/commit/41d478e905ecceeae3edd99ed728a50ca2e62194)) + ## 1.0.1 - Feat: update Composer and NPM dependencies