diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ead4cc4..0f806a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"6.0.2"} \ No newline at end of file +{".":"6.0.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 369530e..845bc38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.3](https://github.com/forwardsoftware/react-native-toolbox/compare/v6.0.2...v6.0.3) (2026-07-07) + + +### Bug Fixes + +* **deps:** bump sharp from 0.35.2 to 0.35.3 ([#373](https://github.com/forwardsoftware/react-native-toolbox/issues/373)) ([37ab2e7](https://github.com/forwardsoftware/react-native-toolbox/commit/37ab2e7b9805def472c94a1de7691827106a2c9a)) + ## [6.0.2](https://github.com/forwardsoftware/react-native-toolbox/compare/v6.0.1...v6.0.2) (2026-06-23) diff --git a/package.json b/package.json index 5bc694a..ab417e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@forward-software/react-native-toolbox", - "version": "6.0.2", + "version": "6.0.3", "description": "A set of scripts to simplify React Native development", "author": "ForWarD Software (https://github.com/forwardsoftware)", "license": "MPL-2.0",