diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e78355..33253097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.15.6 (2019-02-26) + +* docs: updated paper to 2.0.11 + checked package-lock (#446) ([54ddad0](https://github.com/bigcommerce/stencil-cli/commit/54ddad0)) +* fix: revert paper_2.0.11 pr (#445) ([adf424f](https://github.com/bigcommerce/stencil-cli/commit/adf424f)) +* Docs: upgraded paper (#441) ([26b3937](https://github.com/bigcommerce/stencil-cli/commit/26b3937)) +* feat(theme): add csrf protection to the list of valid features ([fe4b795](https://github.com/bigcommerce/stencil-cli/commit/fe4b795)) + + + ## 1.15.5 (2019-02-05) diff --git a/package.json b/package.json index 6e58d066..38c2498f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "1.15.5", + "version": "1.15.6", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {