Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.1.0"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [1.1.0](https://github.com/rtCamp/onesearch/compare/v1.0.1...v1.1.0) (2026-03-31)


### 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))


### Bug Fixes

* compare ports when validating and support governing/brand local environments ([#160](https://github.com/rtCamp/onesearch/issues/160)) ([4da844e](https://github.com/rtCamp/onesearch/commit/4da844e0e793b3a11ac880545ba16c908671a77e))


### Miscellaneous Chores

* **deps-dev:** bump flatted from 3.3.4 to 3.4.2 ([#172](https://github.com/rtCamp/onesearch/issues/172)) ([8fe95aa](https://github.com/rtCamp/onesearch/commit/8fe95aa65b39388b8aac442f80ea37f4432bdf5c))
* **deps-dev:** bump phpstan/phpstan ([#178](https://github.com/rtCamp/onesearch/issues/178)) ([46a2222](https://github.com/rtCamp/onesearch/commit/46a2222886d132f21800d955cb7e05f446c0f2d2))
* **deps-dev:** bump picomatch from 2.3.1 to 2.3.2 ([#181](https://github.com/rtCamp/onesearch/issues/181)) ([f2b38c1](https://github.com/rtCamp/onesearch/commit/f2b38c1ed4de7fcd6b658b2f8a0f392512a961cf))
* **deps-dev:** bump the npm-dev-minor-patch group across 1 directory with 10 updates ([#180](https://github.com/rtCamp/onesearch/issues/180)) ([aac7786](https://github.com/rtCamp/onesearch/commit/aac7786f92296445c7e8fdc53c8fd9805d15d57c))
* **deps-dev:** bump wp-phpunit/wp-phpunit ([#165](https://github.com/rtCamp/onesearch/issues/165)) ([7db4415](https://github.com/rtCamp/onesearch/commit/7db44154fe3a1d50f789d3e721b6f7f4ced3df97))
* **deps:** bump fast-xml-parser from 5.5.1 to 5.5.6 ([#169](https://github.com/rtCamp/onesearch/issues/169)) ([2d72a34](https://github.com/rtCamp/onesearch/commit/2d72a3401c40210c4718b9525bc3e32455d2ff59))
* **deps:** bump fast-xml-parser from 5.5.6 to 5.5.7 ([#171](https://github.com/rtCamp/onesearch/issues/171)) ([4cfcfc3](https://github.com/rtCamp/onesearch/commit/4cfcfc3e3722bb65d8468bc4c1f2d2052d2f4deb))
* **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))
* **deps:** bump the github-actions-updates group with 3 updates ([#174](https://github.com/rtCamp/onesearch/issues/174)) ([bd7a110](https://github.com/rtCamp/onesearch/commit/bd7a11030a240fc2f062945258573d7e9a3592ef))
* **deps:** bump the github-actions-updates group with 4 updates ([#168](https://github.com/rtCamp/onesearch/issues/168)) ([2f3b1e9](https://github.com/rtCamp/onesearch/commit/2f3b1e9345c3adfdbea95e09f491d85a4afd9349))
* **deps:** bump the npm-prod-minor-patch group with 3 updates ([#179](https://github.com/rtCamp/onesearch/issues/179)) ([3142832](https://github.com/rtCamp/onesearch/commit/3142832338510d67d7f53cc371f791b021bbf906))
* **deps:** bump yaml ([#177](https://github.com/rtCamp/onesearch/issues/177)) ([f819896](https://github.com/rtCamp/onesearch/commit/f81989627c9da0b17c9f2e60c51858d3592840c1))
* 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
Expand Down
Loading