Skip to content

Commit

Permalink
woorelease: Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
harriswong committed Jul 16, 2024
1 parent 9fde639 commit b473906
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** WooCommerce Shipping & Tax Changelog ***

= 2.6.2 - 2024-xx-xx =
= 2.6.2 - 2024-07-16 =
* Fix - Require HS Tariff number on customs form for EU destination countries.

= 2.6.1 - 2024-07-02 =
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-services",
"version": "2.6.1",
"version": "2.6.2",
"scripts": {
"start": "cross-env NODE_ENV=development CALYPSO_CLIENT=true webpack-dev-server --hot --inline --watch --content-base dist --port 8085",
"prepare": "cd wp-calypso && npm ci && cd .. && husky install",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requires Plugins: woocommerce
Tested up to: 6.6
WC requires at least: 8.8
WC tested up to: 9.0
Stable tag: 2.6.1
Stable tag: 2.6.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -79,7 +79,7 @@ The source code is freely available [in GitHub](https://github.com/Automattic/wo

== Changelog ==

= 2.6.2 - 2024-xx-xx =
= 2.6.2 - 2024-07-16 =
* Fix - Require HS Tariff number on customs form for EU destination countries.

= 2.6.1 - 2024-07-02 =
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Author URI: https://woocommerce.com/
* Text Domain: woocommerce-services
* Domain Path: /i18n/languages/
* Version: 2.6.1
* Version: 2.6.2
* Requires at least: 6.4
* Tested up to: 6.6
* WC requires at least: 8.8
Expand Down

0 comments on commit b473906

Please sign in to comment.