Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 2, 2020
1 parent 5cb9d7b commit c1cb9a2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "1.1.5",
"version": "1.1.6",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -41,4 +41,4 @@
"license": "Apache-2.0",
"homepage": "https://github.com/nativescript-community/push",
"readmeFilename": "README.md"
}
}

0 comments on commit c1cb9a2

Please sign in to comment.