From cb10e2a1f81f9f7fa12af42bd7329a4417bb63bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:53:05 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac7c00..bb237f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.0](https://github.com/panter/react-native-motiontag/compare/v0.1.1...v0.2.0) (2026-06-02) + + +### Features + +* **ios:** recover tracking after the app is killed ([e5834b5](https://github.com/panter/react-native-motiontag/commit/e5834b5ef5d40fe21c792647dd8371224d9289a5)) +* **ios:** recover tracking after the app is killed ([06ea576](https://github.com/panter/react-native-motiontag/commit/06ea576dd5c58d9c874187b359db710bfa044156)) + ## [0.1.1](https://github.com/panter/react-native-motiontag/compare/v0.1.0...v0.1.1) (2026-05-19) diff --git a/package.json b/package.json index 16d5e23..31c5d02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@panter/react-native-motiontag", - "version": "0.1.1", + "version": "0.2.0", "publishConfig": { "access": "public" },