diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6e9cf2..4c0d50f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 3.8.0 (2021-12-30) + +- build(deps): bump axios from 0.21.4 to 0.24.0 ([821](https://github.com/bigcommerce/stencil-cli/pull/821)) +- fix: strf-9581 Update cheerio version ([819](https://github.com/bigcommerce/stencil-cli/pull/819)) +- fix: strf-9581 Remove gulp tasks, that are not used anymore ([817](https://github.com/bigcommerce/stencil-cli/pull/817)) + ### 3.7.1 (2021-12-20) - fix: strf-9576 Fix graphql queries ([810](https://github.com/bigcommerce/stencil-cli/pull/810)) diff --git a/package-lock.json b/package-lock.json index 93182d26..844561a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "3.7.1", + "version": "3.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 68c2df41..f855e31c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "3.7.1", + "version": "3.8.0", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {