Skip to content

Commit

Permalink
Merge pull request #717 from jairo-bc/release-3.2.1
Browse files Browse the repository at this point in the history
docs(release): releasing 3.2.1
  • Loading branch information
jairo-bc authored May 24, 2021
2 parents 19ea03c + a40d2a5 commit 3fc8e62
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 @@
## <small>3.2.1 (2021-05-24)</small>

- refactor: move API requests from commands to themeApiClient ([06f8d61](https://github.com/bigcommerce/stencil-cli/commit/06f8d61))
- feat: remove old unused field staplerUrl from local server ([a3ec69f](https://github.com/bigcommerce/stencil-cli/commit/a3ec69f))
- fix: (STRF-9087) set upstream=storefront to support multiple channels in start command ([3f6b8ed](https://github.com/bigcommerce/stencil-cli/commit/3f6b8ed))
- fix: Typo fix at StencilConfigManager.js([4c2a04d](https://github.com/bigcommerce/stencil-cli/commit/4c2a04d))

## 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))
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.2.0",
"version": "3.2.1",
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 3fc8e62

Please sign in to comment.