diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbf49f..077857b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/panter/react-native-motiontag/compare/v0.3.0...v0.3.1) (2026-06-02) + + +### Bug Fixes + +* **ios:** forward all background URL session events to the SDK per docs ([#6](https://github.com/panter/react-native-motiontag/issues/6)) ([0f02219](https://github.com/panter/react-native-motiontag/commit/0f02219dfd77cd5784c14f3a9b12f2e650e7f90f)) + ## [0.3.0](https://github.com/panter/react-native-motiontag/compare/v0.2.0...v0.3.0) (2026-06-02) diff --git a/package.json b/package.json index 61d3bcc..821ba66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@panter/react-native-motiontag", - "version": "0.3.0", + "version": "0.3.1", "publishConfig": { "access": "public" },