Skip to content

Commit 598ffb9

Browse files
chore(main): release 5.0.1 (#280)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 69763d7 commit 598ffb9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"5.0.0"}
1+
{".":"5.0.1"}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.0.1](https://github.com/forwardsoftware/react-native-toolbox/compare/v5.0.0...v5.0.1) (2026-01-06)
4+
5+
6+
### Bug Fixes
7+
8+
* extract base command, improve type safety, add additional errors handling, and improve tests coverage ([#281](https://github.com/forwardsoftware/react-native-toolbox/issues/281)) ([69763d7](https://github.com/forwardsoftware/react-native-toolbox/commit/69763d7a82746554956b132bf828591a99d470ef))
9+
* implement code review findings - fix typos, add verbose flag to `dotenv`, improve error handling ([#279](https://github.com/forwardsoftware/react-native-toolbox/issues/279)) ([a2d3029](https://github.com/forwardsoftware/react-native-toolbox/commit/a2d302903913d98f5a327be14ed55bf05a3dff6a))
10+
311
## [5.0.0](https://github.com/forwardsoftware/react-native-toolbox/compare/v4.1.12...v5.0.0) (2025-12-18)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forward-software/react-native-toolbox",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "A set of scripts to simplify React Native development",
55
"author": "ForWarD Software (https://github.com/forwardsoftware)",
66
"license": "MPL-2.0",

0 commit comments

Comments
 (0)