From 125951e9280532bf4911fa73ff00d492bcf4603b Mon Sep 17 00:00:00 2001 From: Darren Ethier Date: Sun, 30 Aug 2020 10:21:48 -0400 Subject: [PATCH] update package and package-lock version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d087fc3..86a8f5aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@woocommerce/automations", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a54d33e9..1d603fc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@woocommerce/automations", - "version": "1.0.0", + "version": "1.1.0", "description": "GitHub Action that implements various automations.", "author": "Darren Ethier", "license": "MIT",