Skip to content

Commit

Permalink
docs(release): releasing 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Juned Kazi committed Oct 13, 2020
1 parent f83a589 commit 058293b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>3.0.2 (2020-10-13)</small>

- fix: (strf-8740) fix a typo in StencilStart.assembleTemplates() ([7f58d48](https://github.com/bigcommerce/stencil-cli/commit/7f58d48))
- fix: add missed linting step to github actions ([19b4012](https://github.com/bigcommerce/stencil-cli/commit/19b4012))
- fix: add missed test coverage check to github actions ([39d137d](https://github.com/bigcommerce/stencil-cli/commit/39d137d))
- fix: fix linting problems on Windows ([bcdfaa4](https://github.com/bigcommerce/stencil-cli/commit/bcdfaa4))
- feat: (strf-8740) cover StencilStart.assembleTemplates() with tests ([0adf1f8](https://github.com/bigcommerce/stencil-cli/commit/0adf1f8))
- refactor: (strf-8740) move recursiveReadDir to fsUtils ([f2e2724](https://github.com/bigcommerce/stencil-cli/commit/f2e2724))

## <small>3.0.1 (2020-10-08)</small>

- fix: (strf-8734) fix a typo in renderer.module -> getTemplatePath() ([de5a91b](https://github.com/bigcommerce/stencil-cli/commit/de5a91b))
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.0.1",
"version": "3.0.2",
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 058293b

Please sign in to comment.