diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b776f59..ea03764 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"6.0.0"} \ No newline at end of file +{".":"6.0.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ca593ff..1d6884c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.1](https://github.com/forwardsoftware/react-native-toolbox/compare/v6.0.0...v6.0.1) (2026-06-17) + + +### Bug Fixes + +* **deps:** bump sharp from 0.34.5 to 0.35.1 ([#357](https://github.com/forwardsoftware/react-native-toolbox/issues/357)) ([651d4f9](https://github.com/forwardsoftware/react-native-toolbox/commit/651d4f979ff64ec2ba7c2ee2ba2b2d71ab7055a1)) + ## [6.0.0](https://github.com/forwardsoftware/react-native-toolbox/compare/v5.0.1...v6.0.0) (2026-01-11) diff --git a/package.json b/package.json index ec76815..8128fbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@forward-software/react-native-toolbox", - "version": "6.0.0", + "version": "6.0.1", "description": "A set of scripts to simplify React Native development", "author": "ForWarD Software (https://github.com/forwardsoftware)", "license": "MPL-2.0",