Skip to content

Commit

Permalink
release(5.0.1): version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Dec 9, 2024
1 parent 0a7d5bc commit c818827
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 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

## 5.0.1

**Fixes:**

fix(ios): revert accidental change to category "`callback`" (#328)
fix(ios): update reset flags placement in `notificationReceived` (#329)
fix(ios): request new permissions based on ios config changes (#326)
fix(android): prevent permission dialog appearing when already denied (#325)
fix(ios): exclude configure if `FIRApp` is already configured (#321)
fix(ios): reset flags & store message after processing notification received (#319)
fix(ios): make sure `notificationMessage` is immutable (#317)

**Others:**

chore(*): typings - update comments & iOS `forceShow` option (#327)
ci: replace lock app with lock-threads workflow

## 5.0.0

**Breaking:**
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": "5.0.1-dev.0",
"version": "5.0.1",
"description": "Register and receive push notifications.",
"scripts": {
"build": "babel src/js --out-dir www",
Expand Down

0 comments on commit c818827

Please sign in to comment.