Skip to content

Commit

Permalink
chore(release): 10.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [10.1.2](10.1.1...10.1.2) (2021-12-15)

### Bug Fixes

* add missing postcss dep for yarn (fix [#618](#618)) ([2d2e61a](2d2e61a))
* possible error with insights (fix [#620](#620)) ([7377db4](7377db4))
  • Loading branch information
semantic-release-bot authored and ci-rebot committed Dec 15, 2021
1 parent ac258a7 commit 2f86d64
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [10.1.2](https://github.com/ngx-rocket/generator-ngx-rocket/compare/10.1.1...10.1.2) (2021-12-15)


### Bug Fixes

* add missing postcss dep for yarn (fix [#618](https://github.com/ngx-rocket/generator-ngx-rocket/issues/618)) ([2d2e61a](https://github.com/ngx-rocket/generator-ngx-rocket/commit/2d2e61a42253707978065064388c364a6a203f2f))
* possible error with insights (fix [#620](https://github.com/ngx-rocket/generator-ngx-rocket/issues/620)) ([7377db4](https://github.com/ngx-rocket/generator-ngx-rocket/commit/7377db414cfb40104b9f22ad508fc80e284bd747))

## [10.1.1](https://github.com/ngx-rocket/generator-ngx-rocket/compare/10.1.0...10.1.1) (2021-12-10)

# [10.1.0](https://github.com/ngx-rocket/generator-ngx-rocket/compare/10.0.1...10.1.0) (2021-12-10)
Expand Down
4 changes: 2 additions & 2 deletions 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": "generator-ngx-rocket",
"version": "10.1.1",
"version": "10.1.2",
"description": "Extensible Angular 13+ enterprise-grade project generator based on angular-cli with best practices from the community. Includes PWA/Cordova/Electron support, coding guides and more!",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2f86d64

Please sign in to comment.