diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ff089..b7c5057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/panter/react-native-motiontag/compare/v0.4.0...v0.4.1) (2026-07-10) + + +### Miscellaneous Chores + +* release 0.4.1 ([#15](https://github.com/panter/react-native-motiontag/issues/15)) ([7e99ef7](https://github.com/panter/react-native-motiontag/commit/7e99ef7d16c3d404341e67fec132b5da7925a540)) + ## [0.4.0](https://github.com/panter/react-native-motiontag/compare/v0.3.1...v0.4.0) (2026-07-10) diff --git a/package.json b/package.json index 54c1aac..cfebc62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@panter/react-native-motiontag", - "version": "0.4.0", + "version": "0.4.1", "publishConfig": { "access": "public" },