diff --git a/CHANGELOG.md b/CHANGELOG.md index eb09f87c..0f551d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 1.20.3 (2019-10-10) + +* feat: strf-7393 make cli work with paper 3.x branch ([7ba9688](https://github.com/bigcommerce/stencil-cli/commit/7ba9688)) + + + ## 1.20.2 (2019-09-12) diff --git a/package-lock.json b/package-lock.json index bd97f79e..6f15f502 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "1.20.2", + "version": "1.20.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b81ee4b..ff50e235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "1.20.2", + "version": "1.20.3", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {