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" },