diff --git a/CHANGELOG.md b/CHANGELOG.md index 315376e..949d2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly React Native SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [9.4.1] - 2024-10-25 +### Fixed: +- Internal build process changes. + ## [9.4.0] - 2024-10-25 ### Changed: - Updates underlying iOS SDK to 9.11.0 and Android SDK to 5.4.0 to incorporate latest functionality. For more details see [iOS release notes](https://github.com/launchdarkly/ios-client-sdk/releases) and [Android release notes](https://github.com/launchdarkly/android-client-sdk/releases) diff --git a/package-lock.json b/package-lock.json index 4084fc1..9ec04d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "launchdarkly-react-native-client-sdk", - "version": "9.4.0", + "version": "9.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "launchdarkly-react-native-client-sdk", - "version": "9.4.0", + "version": "9.4.1", "license": "Apache-2.0", "dependencies": { "launchdarkly-js-sdk-common": "5.0.3" diff --git a/package.json b/package.json index 46ab3ae..47b91bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-react-native-client-sdk", - "version": "9.4.0", + "version": "9.4.1", "description": "LaunchDarkly Client-side SDK for React Native", "main": "index.js", "types": "index.d.ts",