Skip to content

Commit

Permalink
docs(release): releasing 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGenash committed Mar 22, 2021
1 parent ef5c216 commit 8785631
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.2.0 (2021-03-22)

- feat: strf-7651 - update push command to take into account multiple channels ([7582e7c](https://github.com/bigcommerce/stencil-cli/commit/7582e7c))
- feat: strf-8282 - update pull command to take into account multiple channels ([00b4571](https://github.com/bigcommerce/stencil-cli/commit/00b4571))
- feat: strf-8282 - use sites instead of channels API ([bf16215](https://github.com/bigcommerce/stencil-cli/commit/bf16215))
- feat: strf-9071 - update download command to support multiple channels ([d6a9f94](https://github.com/bigcommerce/stencil-cli/commit/d6a9f94))

## <small>3.1.1 (2021-03-10)</small>

- fix: (STRF-9019) wrong reading from stream breaks stencil-download command ([eb9b082](https://github.com/bigcommerce/stencil-cli/commit/eb9b082))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/stencil-cli",
"version": "3.1.1",
"version": "3.2.0",
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 8785631

Please sign in to comment.