From af242d01fb05375929450ad4bc73c1c749a82478 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:20:22 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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" },