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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.2

- Fix: Resolve vulnerabilities in transitive NPM dependencies

## 1.0.1

- Feat: update Composer and NPM dependencies
Expand Down
4 changes: 2 additions & 2 deletions onesearch.php
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not do a manual version bump. We use semver and release-please #162

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also generally, 1 change per PR. this is fixing deps not triggering a relase

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: onesearch
* Domain Path: /languages
* Version: 1.0.1
* Version: 1.0.2
* Requires PHP: 8.2
* Requires at least: 6.8
* Tested up to: 6.9
Expand All @@ -41,7 +41,7 @@ function constants(): void {
/**
* Version of the plugin.
*/
define( 'ONESEARCH_VERSION', '1.0.1' );
define( 'ONESEARCH_VERSION', '1.0.2' );

/**
* Root path to the plugin directory.
Expand Down
Loading
Loading