diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc5be2..3c4b9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [13.0.18](https://github.com/Akylas/nativescript-pager/compare/v13.0.17...v13.0.18) (2021-03-31) + + +### Bug Fixes + +* **ios:** another crash fix when not current page ([1adc1d2](https://github.com/Akylas/nativescript-pager/commit/1adc1d24dccf394919e86bedc69824c9cb29d40b)) + + + + + ## [13.0.17](https://github.com/Akylas/nativescript-pager/compare/v13.0.16...v13.0.17) (2021-03-25) diff --git a/lerna.json b/lerna.json index 1c33846..ec9937e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "13.0.17", + "version": "13.0.18", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index dbc8d02..fc6195d 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [13.0.18](https://github.com/nativescript-community/ui-pager/compare/v13.0.17...v13.0.18) (2021-03-31) + +**Note:** Version bump only for package @nativescript-community/ui-pager + + + + + ## [13.0.17](https://github.com/nativescript-community/ui-pager/compare/v13.0.16...v13.0.17) (2021-03-25) **Note:** Version bump only for package @nativescript-community/ui-pager diff --git a/plugin/package.json b/plugin/package.json index d93cb3b..7d8eeed 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-pager", - "version": "13.0.17", + "version": "13.0.18", "description": "A Carousel/Pager plugin for NativeScript.", "main": "pager", "typings": "pager.d.ts",