Skip to content

Commit

Permalink
Minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrico972 committed Jul 17, 2024
1 parent 72e3f2f commit 1426782
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# React Native Module Changelog

## Version 19.0.1 - July 17, 2024
Patch release that fixes enabling or disabling all Airship features using `FEATURES_ALL`.
## Version 19.1.0 - July 17, 2024
Minor release that fixes enabling or disabling all Airship features using `FEATURES_ALL` and adds possibility to enable and disable `Feature.FeatureFlags`.

### Changes
- Fixed enabling or disabling features using `FEATURE_ALL`.
- Added possibility to enable and disable `Feature.FeatureFlags`

## Version 19.0.0 - July 9, 2024
Major release that updates the Android Airship SDK to 18.
Expand Down
2 changes: 1 addition & 1 deletion ios/AirshipReactNative.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class AirshipReactNative: NSObject {
AirshipProxy.shared
}

public static let version: String = "19.0.1"
public static let version: String = "19.1.0"

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": "19.0.1",
"version": "19.1.0",
"description": "Airship plugin for React Native apps.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 1426782

Please sign in to comment.