From f812ffa01aec47b6cdacb091b85f213ed456440f Mon Sep 17 00:00:00 2001 From: chnliquan Date: Mon, 4 Jul 2022 20:04:34 +0800 Subject: [PATCH] chore: bump version v1.6.0-beta.0 --- CHANGELOG.md | 16 ++++++++++++++++ LATESTLOG.md | 8 ++++---- package.json | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c03dd..be61068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # ChangeLog +# [1.6.0-beta.0](https://github.com/kcfe/dobux/compare/v1.5.0...v1.6.0-beta.0) (2022-07-04) + + +### ♻ Code Refactoring + +* auto reset ([32455bb](https://github.com/kcfe/dobux/commit/32455bb71753a97ee7e3a18e729699571c310a5d)) + + +### 🐛 Bug Fixes + +* type error ([ed64dc5](https://github.com/kcfe/dobux/commit/ed64dc53fb7cc51e76d8a67e5b682599c950d473)) + + + + + # [1.5.0](https://github.com/kcfe/dobux/compare/v1.4.3...v1.5.0) (2022-04-25) diff --git a/LATESTLOG.md b/LATESTLOG.md index 25bef7a..66cacc8 100644 --- a/LATESTLOG.md +++ b/LATESTLOG.md @@ -1,14 +1,14 @@ -## [Changes](https://github.com/kcfe/dobux/compare/v1.4.3...v1.5.0) (2022-04-25) +# [1.6.0-beta.0](https://github.com/kcfe/dobux/compare/v1.5.0...v1.6.0-beta.0) (2022-07-04) -### ✨ Features +### ♻ Code Refactoring -* support setValue reducer use immer ([73d10a0](https://github.com/kcfe/dobux/commit/73d10a050e0101481a21718a392a491f61e0d53c)) +* auto reset ([32455bb](https://github.com/kcfe/dobux/commit/32455bb71753a97ee7e3a18e729699571c310a5d)) ### 🐛 Bug Fixes -* build in reducer ts type error ([692b110](https://github.com/kcfe/dobux/commit/692b1108942bd93adf234e031a1bb0a74ceff7d8)) +* type error ([ed64dc5](https://github.com/kcfe/dobux/commit/ed64dc53fb7cc51e76d8a67e5b682599c950d473)) diff --git a/package.json b/package.json index c3dc44a..d45ef07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dobux", - "version": "1.5.0", + "version": "1.6.0-beta.0", "description": "Lightweight responsive state management solution", "main": "dist/dobux.cjs.js", "module": "dist/dobux.esm.js",