From 59b6b33c12a6757c0a6628f520811794da86915e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:43:24 +0000 Subject: [PATCH] chore(main): release 4.1.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a7ebef..27bf52c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.1.9"} \ No newline at end of file +{".":"4.1.10"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf6b5f..99a2fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.10](https://github.com/forwardsoftware/react-native-toolbox/compare/v4.1.9...v4.1.10) (2025-11-06) + + +### Bug Fixes + +* **deps:** bump the oclif group with 2 updates ([#235](https://github.com/forwardsoftware/react-native-toolbox/issues/235)) ([98a9de7](https://github.com/forwardsoftware/react-native-toolbox/commit/98a9de7714a562950a4d774e208afa3627eab0c1)) + ## [4.1.9](https://github.com/forwardsoftware/react-native-toolbox/compare/v4.1.8...v4.1.9) (2025-10-28) diff --git a/package.json b/package.json index 821dd81..91bfe66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@forward-software/react-native-toolbox", - "version": "4.1.9", + "version": "4.1.10", "description": "A set of scripts to simplify React Native development", "author": "ForWarD Software (https://github.com/forwardsoftware)", "license": "MPL-2.0",