Skip to content

Commit

Permalink
chore(release): bump version number to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed May 15, 2018
1 parent 2398ad6 commit 57c617a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="6.1.0"></a>
# [6.1.0](https://github.com/tinesoft/generator-ngx-library/compare/v6.0.0...v6.1.0) (2018-05-15)


### Bug Fixes

* **core:** fix installation error due to `del` package not being found ([bf1995b](https://github.com/tinesoft/generator-ngx-library/commit/bf1995b))


### Features

* **options:** add separate `deleteExclusions` property in `.yo-rc.json` to control which excluded files get deleted or not ([2398ad6](https://github.com/tinesoft/generator-ngx-library/commit/2398ad6))



<a name="6.0.0"></a>
# [6.0.0](https://github.com/tinesoft/generator-ngx-library/compare/v5.8.0...v6.0.0) (2018-05-13)

Expand Down
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-library",
"version": "6.0.0",
"version": "6.1.0",
"description": "Yeoman generator to bootstrap Angular library creation and publication, with integrated demo app, continuous integration/deployment system, code coverage status and much more!",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 57c617a

Please sign in to comment.