Skip to content

Commit 0229b86

Browse files
committed
chore(release): release 1.0.0
1 parent 0d19634 commit 0229b86

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="1.0.0"></a>
2+
# [1.0.0](https://github.com/NationalBankBelgium/ngx-form-errors/compare/1.0.0-rc.0...1.0.0) (2019-11-29)
3+
4+
5+
### Bug Fixes
6+
7+
* **demo:** enable 'disableHostCheck' option in 'ng serve' command to prevent 'Invalid Host/Origin header' error in IE ([48606e0](https://github.com/NationalBankBelgium/ngx-form-errors/commit/48606e0)), closes [/github.com/webpack/webpack-dev-server/issues/1604#issuecomment-453137871](https://github.com//github.com/webpack/webpack-dev-server/issues/1604/issues/issuecomment-453137871)
8+
* **release:** add 'rc' branches in .travis.yml to make Travis trigger release builds also in those ([d937808](https://github.com/NationalBankBelgium/ngx-form-errors/commit/d937808))
9+
10+
11+
### Features
12+
13+
* **all:** add support for Angular 8 ([77f20ca](https://github.com/NationalBankBelgium/ngx-form-errors/commit/77f20ca)), closes [#31](https://github.com/NationalBankBelgium/ngx-form-errors/issues/31)
14+
15+
16+
117
<a name="1.0.0-rc.0"></a>
218
# [1.0.0-rc.0](https://github.com/NationalBankBelgium/ngx-form-errors/compare/1.0.0-beta.1...1.0.0-rc.0) (2019-10-31)
319

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nationalbankbelgium/ngx-form-errors",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0",
44
"description": "Display validation errors for Angular Reactive forms",
55
"author": "Stark Team <National Bank of Belgium>",
66
"contributors": [

0 commit comments

Comments
 (0)