Skip to content

Commit

Permalink
chore: bump version v1.6.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chnliquan committed Jul 4, 2022
1 parent e6a8b14 commit f812ffa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 4 additions & 4 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -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))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f812ffa

Please sign in to comment.