Skip to content

Commit

Permalink
chore(release): bump version number to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jul 19, 2018
1 parent 2d960c8 commit 33d8213
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/tinesoft/ngx-cookieconsent/compare/v1.1.1...v2.0.0) (2018-07-19)


### Features

* **ng6:** add support for angular 6 ([2ab9341](https://github.com/tinesoft/ngx-cookieconsent/commit/2ab9341)), closes [#17](https://github.com/tinesoft/ngx-cookieconsent/issues/17) [#18](https://github.com/tinesoft/ngx-cookieconsent/issues/18)
* **onNoCookieLaw:** add support for `onNoCookieLaw` callback ([2d960c8](https://github.com/tinesoft/ngx-cookieconsent/commit/2d960c8))


### BREAKING CHANGES

* **ng6:** - Minimum version of Angular is now v6+
- Minimum version of Node is v8+



<a name="1.1.1"></a>
## [1.1.1](https://github.com/tinesoft/ngx-cookieconsent/compare/v1.1.0...v1.1.1) (2018-07-18)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "ngx-cookieconsent",
"description": "Cookie Consent module for Angular.",
"version": "1.1.1",
"version": "2.0.0",
"homepage": "https://github.com/tinesoft/ngx-cookieconsent",
"author": {
"name": "Tine Kondo",
Expand Down

0 comments on commit 33d8213

Please sign in to comment.