Skip to content

Commit

Permalink
chore(release): bump version number to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Oct 8, 2017
1 parent eb90410 commit 72f92a0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="4.2.0"></a>
# [4.2.0](https://github.com/tinesoft/generator-ngx-library/compare/v4.1.1...v4.2.0) (2017-10-08)


### Bug Fixes

* **build:** restore rxjs externals in RollupJS config ([776e907](https://github.com/tinesoft/generator-ngx-library/commit/776e907))
* **package:** update yeoman-generator to version 2.0.1 ([c7535b8](https://github.com/tinesoft/generator-ngx-library/commit/c7535b8))


### Features

* **build:** add `build:watch` task to rebuild library on change on `*.ts`, `*.html`, `*.scss` files ([921b3db](https://github.com/tinesoft/generator-ngx-library/commit/921b3db)), closes [#98](https://github.com/tinesoft/generator-ngx-library/issues/98)
* **core:** add support for Appveyor CI (for testing generator on Windows platforms) ([9772d5a](https://github.com/tinesoft/generator-ngx-library/commit/9772d5a))
* **demo:** update demo app favicon ([da525f6](https://github.com/tinesoft/generator-ngx-library/commit/da525f6))



<a name="4.1.1"></a>
## [4.1.1](https://github.com/tinesoft/generator-ngx-library/compare/v4.1.0...v4.1.1) (2017-09-29)

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": "4.1.1",
"version": "4.2.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 72f92a0

Please sign in to comment.