From 65a5ba7b1c3caf01a2ca361d63b1ea0aa756b496 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Mon, 3 Jun 2024 15:34:36 +0100 Subject: [PATCH] chore: raise to version 2.2.1 References: https://outsystemsrd.atlassian.net/browse/RMET-3454 --- CHANGELOG.md | 5 +++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d736032..bea2a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The changes documented here do not include those from the original repository. +## [Version 2.2.1] + +### 03-06-2024 +- Fix: Fix for in-app notification with deeplink and for silent notifications (https://outsystemsrd.atlassian.net/browse/RMET-3454) + ## [Version 2.2.0] ### 15-05-2024 diff --git a/package.json b/package.json index f7a644d..c0a0034 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.firebase.cloudmessaging", - "version": "2.2.0", + "version": "2.2.1", "description": "Outsystems plugin for Firebase Cloud Messaging", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index 51ac05a..17c4944 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + OSFirebaseCloudMessaging Outsystems plugin for Firebase Cloud Messaging