diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d153f78..7433f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this package are documented here. This project uses [Conventional Commits](https://www.conventionalcommits.org/) and [release-please](https://github.com/googleapis/release-please) to prepare releases. +## [0.7.0](https://github.com/GFean/react-native-bundle-drop/compare/v0.6.0...v0.7.0) (2026-08-29) + + +### Features + +* **recovery:** harden native bundle recovery ([#30](https://github.com/GFean/react-native-bundle-drop/issues/30)) ([f880bfd](https://github.com/GFean/react-native-bundle-drop/commit/f880bfd9872789dbbfb8bb2dbf6e2b92ed3ee6b0)) + ## [0.6.0](https://github.com/GFean/react-native-bundle-drop/compare/v0.5.1...v0.6.0) (2026-08-22) ### Managed Runtime Delivery and Safer Project Setup diff --git a/package.json b/package.json index 9cf4a35..70ab307 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gfean/react-native-bundle-drop", - "version": "0.6.0", + "version": "0.7.0", "nativeVersion": "0.6.0", "description": "Over-the-air updates for Expo and bare React Native apps, with channels, staged rollouts, patch delivery, and rollback.", "main": "lib/index.js",