diff --git a/CHANGELOG.md b/CHANGELOG.md index 789c9e2..90350c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +# 5.10.0 (2019-04-30) + +* add option to manange arrows on preview ([bb8a200](https://github.com/lukasz-galka/ngx-gallery/commit/bb8a200)) +* fix onClick signature attribute ([f1c8edd](https://github.com/lukasz-galka/ngx-gallery/commit/f1c8edd)) + # 5.9.1 (2018-12-23) diff --git a/package.json b/package.json index 5a400ef..a41fc58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-gallery", - "version": "5.9.1", + "version": "5.10.0", "description": "Responsive Angular 2 / 4 image gallery plugin", "scripts": { "build": "gulp build", diff --git a/src/package.json b/src/package.json index 3f561ec..13f0a7c 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "ngx-gallery", "description": "Responsive Angular 2 / 4 image gallery plugin", - "version": "5.9.1", + "version": "5.10.0", "repository": { "type": "git", "url": "https://github.com/lukasz-galka/ngx-gallery"