Skip to content

Commit d093a8e

Browse files
committed
Bump version to 1.2.0
1 parent c03d6f6 commit d093a8e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** Changelog ***
22

3-
= 1.2.0 - xxxx-xx-xx =
3+
= 1.2.0 - 2024-07-12 =
44
* Add - --country and --type arguments for the `generate customers` command.
55
* Add - customer generator attempts to localize data based on the specified country.
66
* Add - orders will now include order attribution meta data.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wc-smooth-generator",
33
"title": "WooCommerce Smooth Generator",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"homepage": "https://github.com/woocommerce/wc-smooth-generator",
66
"repository": {
77
"type": "git",

wc-smooth-generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce Smooth Generator
44
* Plugin URI: https://woocommerce.com
55
* Description: A smooth product, order, customer, and coupon generator for WooCommerce.
6-
* Version: 1.1.0
6+
* Version: 1.2.0
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
*

0 commit comments

Comments
 (0)