From 09b161724a797bbd3686becd5a3d90958bca32e2 Mon Sep 17 00:00:00 2001 From: liuchuzhang Date: Mon, 11 Mar 2024 14:24:18 +0800 Subject: [PATCH] chore(release): v1.4.2 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c9861..f92db4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.4.2](https://github.com/easy-form/react-form-simple/compare/v1.4.1...v1.4.2) (2024-03-11) + + +### Bug Fixes + +* `useSubscribe` subscribing to a field under a dynamic array form ([8fc9265](https://github.com/easy-form/react-form-simple/commit/8fc9265d83d96d80955f3c77e5eb46c189d4758b)) + + +### Features + +* adjusts the priority of the value attribute passed by `defineProps` ([ef2ae3b](https://github.com/easy-form/react-form-simple/commit/ef2ae3bb966c61014be55094f41ae99801342b79)) + + + ## [1.4.1](https://github.com/easy-form/react-form-simple/compare/v1.4.0...v1.4.1) (2024-02-05) diff --git a/package.json b/package.json index 44f3b56..e0ac64a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-form-simple", - "version": "1.4.1", + "version": "1.4.2", "description": "A form library for quickly controlling react form input", "keywords": [ "react",