diff --git a/CHANGELOG.md b/CHANGELOG.md index 0700b42a..292bbeec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 7.0.1 +### Bugfixes +- show carousel's dots also when legacyIe11Mode is enabled + + # 7.0.0 ### Features - **new carousel component with previews (also with legacyIE11Mode to support IE11 :))** **HUGE FEATURE!!!!** diff --git a/README.md b/README.md index 413049f5..b4bdc963 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ You can use all default features without font-awesome. For more info, check offi **More than 90 releases in two years**, and more to come... :) +- 12/06/2018 - 7.0.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 12/06/2018 - 7.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 11/26/2018 - 7.0.0-rc.2 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 11/03/2018 - 7.0.0-rc.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) diff --git a/projects/ks89/angular-modal-gallery/package.json b/projects/ks89/angular-modal-gallery/package.json index e77197ee..a00f056b 100644 --- a/projects/ks89/angular-modal-gallery/package.json +++ b/projects/ks89/angular-modal-gallery/package.json @@ -1,6 +1,6 @@ { "name": "@ks89/angular-modal-gallery", - "version": "7.0.0", + "version": "7.0.1", "description": "Modal image gallery for Angular >=2", "license": "MIT", "author": "Stefano Cappa",