Skip to content

Commit 2d584de

Browse files
committed
v1.1.10
1 parent 0a38a0c commit 2d584de

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.10](https://github.com/farfromrefug/nativescript-push/compare/v1.1.9...v1.1.10) (2022-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* Don't use deprecated Firebase iid classes. ([3c21834](https://github.com/farfromrefug/nativescript-push/commit/3c2183408e0f889e49e72d06ab9d63429aeececf))
12+
13+
14+
15+
16+
617
## [1.1.9](https://github.com/farfromrefug/nativescript-push/compare/v1.1.8...v1.1.9) (2021-01-13)
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.9",
5+
"version": "1.1.10",
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.10](https://github.com/farfromrefug/nativescript-push/compare/v1.1.9...v1.1.10) (2022-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* Don't use deprecated Firebase iid classes. ([3c21834](https://github.com/farfromrefug/nativescript-push/commit/3c2183408e0f889e49e72d06ab9d63429aeececf))
12+
13+
14+
15+
16+
617
## [1.1.9](https://github.com/farfromrefug/nativescript-push/compare/v1.1.8...v1.1.9) (2021-01-13)
718

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

0 commit comments

Comments
 (0)