From c1cb9a2c4cf6f17f0436143736388ba2908bffda Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Mon, 2 Nov 2020 15:31:49 +0100 Subject: [PATCH] v1.1.6 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 8 ++++++++ plugin/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063edbb..2a49f13 100644 --- a/CHANGELOG.md +++ b/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. +## [1.1.6](https://github.com/farfromrefug/nativescript-push/compare/v1.1.5...v1.1.6) (2020-11-02) + +**Note:** Version bump only for package @nativescript-community/push + + + + + ## [1.1.5](https://github.com/farfromrefug/nativescript-push/compare/v1.1.4...v1.1.5) (2020-10-24) diff --git a/lerna.json b/lerna.json index 38437e3..a73439c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "1.1.5", + "version": "1.1.6", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 4d77368..e2a4749 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. +## [1.1.6](https://github.com/farfromrefug/nativescript-push/compare/v1.1.5...v1.1.6) (2020-11-02) + +**Note:** Version bump only for package @nativescript-community/push + + + + + ## [1.1.5](https://github.com/farfromrefug/nativescript-push/compare/v1.1.4...v1.1.5) (2020-10-24) **Note:** Version bump only for package @nativescript-community/push diff --git a/plugin/package.json b/plugin/package.json index 5ae6502..e805e56 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/push", - "version": "1.1.5", + "version": "1.1.6", "description": "Very simple push notification plugin", "main": "./messaging", "typings": "./messaging.d.ts", @@ -41,4 +41,4 @@ "license": "Apache-2.0", "homepage": "https://github.com/nativescript-community/push", "readmeFilename": "README.md" -} \ No newline at end of file +}