Skip to content

Commit

Permalink
release(3.0.1): version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 8, 2022
1 parent 9ff5b5f commit a9939fa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 3.0.1

**Fixes:**

* fix(android): add service exported flags w/ intent-filter (#173)
* fix(android): processPushBundle flipped returned value (#160)
* fix: doc typo (#159)

**Chores:**

* chore: correct Bower metadata to MIT license (#166)
* chore(npm): rebuilt package-lock.json & fix audit

**Docs:**

* doc: add 2.x and 3.x to PLATFORM_SUPPORT.md

## 3.0.0

**Overview:**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@havesource/cordova-plugin-push",
"version": "3.0.1-dev.0",
"version": "3.0.1",
"description": "Register and receive push notifications.",
"scripts": {
"build": "babel src/js --out-dir www",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="@havesource/cordova-plugin-push" version="3.0.1-dev.0">
id="@havesource/cordova-plugin-push" version="3.0.1">

<name>Cordova Push Plugin</name>
<description>Enable receiving push notifications on Android, iOS and Windows devices. Android uses Firebase Cloud Messaging. iOS uses Apple APNS Notifications. Windows uses Microsoft WNS Notifications.</description>
Expand Down

0 comments on commit a9939fa

Please sign in to comment.