Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coreymckrill committed Jul 13, 2024
1 parent c03d6f6 commit d093a8e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Changelog ***

= 1.2.0 - xxxx-xx-xx =
= 1.2.0 - 2024-07-12 =
* Add - --country and --type arguments for the `generate customers` command.
* Add - customer generator attempts to localize data based on the specified country.
* Add - orders will now include order attribution meta data.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.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,7 +1,7 @@
{
"name": "wc-smooth-generator",
"title": "WooCommerce Smooth Generator",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/woocommerce/wc-smooth-generator",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion wc-smooth-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Smooth Generator
* Plugin URI: https://woocommerce.com
* Description: A smooth product, order, customer, and coupon generator for WooCommerce.
* Version: 1.1.0
* Version: 1.2.0
* Author: Automattic
* Author URI: https://woocommerce.com
*
Expand Down

0 comments on commit d093a8e

Please sign in to comment.