Skip to content

Commit

Permalink
chore(release): v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuzhang committed Feb 5, 2024
1 parent 93b02cd commit a1dc7ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.4.1](https://github.com/easy-form/react-form-simple/compare/v1.4.0...v1.4.1) (2024-02-05)


### Bug Fixes

* deleting certain item values incorrectly in dynamic arrays ([dd7f8c3](https://github.com/easy-form/react-form-simple/commit/dd7f8c3419ea68287e87a5acd64f9816f07fdc97))



# [1.4.0](https://github.com/easy-form/react-form-simple/compare/v1.3.9...v1.4.0) (2024-01-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"start": "npm run dev",
"test": "vitest src",
"testUi": "vitest src --ui",
"version:changelog": "git pull && conventional-changelog -p angular -i CHANGELOG.md -s",
"version:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version:git": "git add . && git commit -m \"chore(release): v${npm_package_version}\""
},
"commitlint": {
Expand Down

0 comments on commit a1dc7ba

Please sign in to comment.