From 7190e0a851fc694a499e0ac425067a3f8b5b7e14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:02:27 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .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 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bb237f2..9bbf49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/panter/react-native-motiontag/compare/v0.2.0...v0.3.0) (2026-06-02) + + +### Features + +* **android:** exclude SDK state from Auto Backup via config plugin ([#4](https://github.com/panter/react-native-motiontag/issues/4)) ([70ce1ff](https://github.com/panter/react-native-motiontag/commit/70ce1ff36629eec291085c25fc6894809c5055e6)) + ## [0.2.0](https://github.com/panter/react-native-motiontag/compare/v0.1.1...v0.2.0) (2026-06-02) diff --git a/package.json b/package.json index 31c5d02..61d3bcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@panter/react-native-motiontag", - "version": "0.2.0", + "version": "0.3.0", "publishConfig": { "access": "public" },