From a380421df191a592329c6d5a14026df70b62522f Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Tue, 3 Jul 2018 19:43:06 +0200 Subject: [PATCH] chore(release): bump version number to 1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba9e3e..8f7be81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [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) + + + ## [1.0.1](https://github.com/tinesoft/ngx-cookieconsent/compare/v1.0.0...v1.0.1) (2017-11-22) diff --git a/package.json b/package.json index c21d87e..a9dc4d7 100644 --- a/package.json +++ b/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",