Skip to content

Commit

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


### Bug Fixes

* **demo:** fix wrong assets url on deployed demo app ([fedcbd9](https://github.com/tinesoft/ngx-cookieconsent/commit/fedcbd9))


### Features

* **close:** add `close` method to allow fully closing the 'Coookie Policy' bar ([02ada28](https://github.com/tinesoft/ngx-cookieconsent/commit/02ada28)), closes [#15](https://github.com/tinesoft/ngx-cookieconsent/issues/15)
* **demo:** add support for translated cookie consent messages + update docs ([e1bf9bf](https://github.com/tinesoft/ngx-cookieconsent/commit/e1bf9bf)), closes [#14](https://github.com/tinesoft/ngx-cookieconsent/issues/14)



<a name="1.0.1"></a>
## [1.0.1](https://github.com/tinesoft/ngx-cookieconsent/compare/v1.0.0...v1.0.1) (2017-11-22)

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.0.1",
"version": "1.1.0",
"homepage": "https://github.com/tinesoft/ngx-cookieconsent",
"author": {
"name": "Tine Kondo",
Expand Down

0 comments on commit a380421

Please sign in to comment.