diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 24d502c..0aa57d4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.1.4"} \ No newline at end of file +{".":"4.1.5"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 92623f8..0ef3a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.5](https://github.com/forwardsoftware/react-native-toolbox/compare/v4.1.4...v4.1.5) (2025-06-24) + + +### Bug Fixes + +* **deps:** bump oclif dependencies ([#162](https://github.com/forwardsoftware/react-native-toolbox/issues/162)) ([2295673](https://github.com/forwardsoftware/react-native-toolbox/commit/2295673f8f4d5ec8748b7c6f267a14cb497feb6d)) + ## [4.1.4](https://github.com/forwardsoftware/react-native-toolbox/compare/v4.1.3...v4.1.4) (2025-06-10) diff --git a/package.json b/package.json index cf0042f..a4b3954 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@forward-software/react-native-toolbox", - "version": "4.1.4", + "version": "4.1.5", "description": "A set of scripts to simplify React Native development", "author": "ForWarD Software (https://github.com/forwardsoftware)", "license": "MPL-2.0",