Skip to content

Commit fbde92c

Browse files
committed
v1.1.8
1 parent 404e387 commit fbde92c

4 files changed

Lines changed: 24 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.8](https://github.com/farfromrefug/nativescript-push/compare/v1.1.7...v1.1.8) (2021-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** fix for onNewToken not being called ([404e387](https://github.com/farfromrefug/nativescript-push/commit/404e387db0ee290960f8f8aeddee3f3119f73836))
12+
13+
14+
15+
16+
617
## [1.1.7](https://github.com/farfromrefug/nativescript-push/compare/v1.1.6...v1.1.7) (2020-12-22)
718

819

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.7",
5+
"version": "1.1.8",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/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.8](https://github.com/farfromrefug/nativescript-push/compare/v1.1.7...v1.1.8) (2021-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** fix for onNewToken not being called ([404e387](https://github.com/farfromrefug/nativescript-push/commit/404e387db0ee290960f8f8aeddee3f3119f73836))
12+
13+
14+
15+
16+
617
## [1.1.7](https://github.com/farfromrefug/nativescript-push/compare/v1.1.6...v1.1.7) (2020-12-22)
718

819

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.7",
3+
"version": "1.1.8",
44
"description": "Very simple push notification plugin",
55
"main": "./messaging",
66
"typings": "./messaging.d.ts",

0 commit comments

Comments
 (0)