Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](6.0.1...7.0.0) (2021-07-20)

### Bug Fixes

* update deps ([008d8f3](008d8f3))

### Features

* provide features param to base constructor ([8bfe827](8bfe827))
* restore install actions ([69bf709](69bf709))
* update to yeoman-generator@5 ([0af0fe0](0af0fe0))

### BREAKING CHANGES

* update to yeoman-generator@5
  • Loading branch information
semantic-release-bot authored and ci-rebot committed Jul 20, 2021
1 parent 8bfe827 commit 2c43286
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [7.0.0](https://github.com/ngx-rocket/core/compare/6.0.1...7.0.0) (2021-07-20)


### Bug Fixes

* update deps ([008d8f3](https://github.com/ngx-rocket/core/commit/008d8f3b74b3051dbda7104c9e058f921b94bcff))


### Features

* provide features param to base constructor ([8bfe827](https://github.com/ngx-rocket/core/commit/8bfe827af92f3b2e4c97b485eb67808b89a615f8))
* restore install actions ([69bf709](https://github.com/ngx-rocket/core/commit/69bf709ab944b2290d8ad1d94b4d8db552491166))
* update to yeoman-generator@5 ([0af0fe0](https://github.com/ngx-rocket/core/commit/0af0fe090f32c59b496b9ba36b2b88d978e102f3))


### BREAKING CHANGES

* update to yeoman-generator@5

## [6.0.1](https://github.com/ngx-rocket/core/compare/6.0.0...6.0.1) (2021-01-07)

# 6.0.0
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": "@ngx-rocket/core",
"version": "6.0.1",
"version": "7.0.0",
"description": "Core generator for creating ngX-Rocket add-ons",
"repository": "ngx-rocket/core",
"main": "lib",
Expand Down

0 comments on commit 2c43286

Please sign in to comment.