Skip to content

Commit

Permalink
Release 15.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Nov 30, 2023
1 parent e74f3e3 commit 2779912
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# React Native Module Changelog

## Version 15.3.1 - December 1, 2023

Patch release to fix active notifications on Android.


## Version 15.3.0 - June 14, 2023

Minor release that updates the iOS SDK to 16.12.1 and Android SDK to 16.11.1 and adds support for `autoPauseInAppAutomationOnLaunch` config option.
Expand Down
2 changes: 1 addition & 1 deletion ios/AirshipReactNative.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class AirshipReactNative: NSObject {
AirshipProxy.shared
}

public static let version: String = "15.2.2"
public static let version: String = "15.3.1"

private let eventNotifier = EventNotifier()

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ua/react-native-airship",
"version": "15.3.0",
"version": "15.3.1",
"description": "Airship plugin for React Native apps.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 2779912

Please sign in to comment.