Skip to content

Commit 25fd6ae

Browse files
author
Łukasz Gałka
committed
release 5.10.0
1 parent 5e49b69 commit 25fd6ae

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="5.10.0"></a>
2+
# 5.10.0 (2019-04-30)
3+
4+
* add option to manange arrows on preview ([bb8a200](https://github.com/lukasz-galka/ngx-gallery/commit/bb8a200))
5+
* fix onClick signature attribute ([f1c8edd](https://github.com/lukasz-galka/ngx-gallery/commit/f1c8edd))
6+
17
<a name="5.9.1"></a>
28
# 5.9.1 (2018-12-23)
39

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-gallery",
3-
"version": "5.9.1",
3+
"version": "5.10.0",
44
"description": "Responsive Angular 2 / 4 image gallery plugin",
55
"scripts": {
66
"build": "gulp build",

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-gallery",
33
"description": "Responsive Angular 2 / 4 image gallery plugin",
4-
"version": "5.9.1",
4+
"version": "5.10.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/lukasz-galka/ngx-gallery"

0 commit comments

Comments
 (0)