diff --git a/CHANGELOG.md b/CHANGELOG.md index 761680f..aaf2947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.0] - 2024-11-11 + ### Added - Support for React Native 0.76 diff --git a/package.json b/package.json index 0b7a630..91b8d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-android-widget", - "version": "0.14.1", + "version": "0.15.0", "description": "Build Android Widgets with React Native", "main": "lib/commonjs/index", "module": "lib/module/index",