From 2d584de47e661038ba8fc4617e896353ed50d6e0 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Tue, 19 Jul 2022 15:07:01 +0200 Subject: [PATCH] v1.1.10 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 11 +++++++++++ plugin/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a59d3e..f56dfa5 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. +## [1.1.10](https://github.com/farfromrefug/nativescript-push/compare/v1.1.9...v1.1.10) (2022-07-19) + + +### Bug Fixes + +* Don't use deprecated Firebase iid classes. ([3c21834](https://github.com/farfromrefug/nativescript-push/commit/3c2183408e0f889e49e72d06ab9d63429aeececf)) + + + + + ## [1.1.9](https://github.com/farfromrefug/nativescript-push/compare/v1.1.8...v1.1.9) (2021-01-13) diff --git a/lerna.json b/lerna.json index 803bc95..c212b97 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "1.1.9", + "version": "1.1.10", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index af37932..3e16388 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/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. +## [1.1.10](https://github.com/farfromrefug/nativescript-push/compare/v1.1.9...v1.1.10) (2022-07-19) + + +### Bug Fixes + +* Don't use deprecated Firebase iid classes. ([3c21834](https://github.com/farfromrefug/nativescript-push/commit/3c2183408e0f889e49e72d06ab9d63429aeececf)) + + + + + ## [1.1.9](https://github.com/farfromrefug/nativescript-push/compare/v1.1.8...v1.1.9) (2021-01-13) **Note:** Version bump only for package @nativescript-community/push diff --git a/plugin/package.json b/plugin/package.json index b2de8c7..c8c7909 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/push", - "version": "1.1.9", + "version": "1.1.10", "description": "Very simple push notification plugin", "main": "./messaging", "typings": "./messaging.d.ts",