Skip to content

Commit e26dfc8

Browse files
committed
v1.1.3
1 parent d97edee commit e26dfc8

4 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.3](https://github.com/farfromrefug/nativescript-push/compare/v1.1.2...v1.1.3) (2020-10-11)
7+
8+
9+
### Bug Fixes
10+
11+
* ios crash fix ([d97edee](https://github.com/farfromrefug/nativescript-push/commit/d97edeedc085e2630bda121c691b49fdb832a980))
12+
13+
14+
15+
16+
617
## [1.1.2](https://github.com/farfromrefug/nativescript-push/compare/v1.1.1...v1.1.2) (2020-10-05)
718

819
**Note:** Version bump only for package @nativescript-community/push

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.3](https://github.com/farfromrefug/nativescript-push/compare/v1.1.2...v1.1.3) (2020-10-11)
7+
8+
**Note:** Version bump only for package @nativescript-community/push
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/farfromrefug/nativescript-push/compare/v1.1.1...v1.1.2) (2020-10-05)
715

816
**Note:** Version bump only for package @nativescript-community/push

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/push",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Very simple push notification plugin",
55
"main": "./messaging",
66
"typings": "./messaging.d.ts",

0 commit comments

Comments
 (0)