Skip to content

Commit

Permalink
Merge pull request #4 from FrontEndDev-org/release-please--branches--…
Browse files Browse the repository at this point in the history
…v1.x--components--try-flatten

chore(v1.x): release 1.0.1
  • Loading branch information
cloudcome authored Apr 1, 2023
2 parents 2bd03ef + c1ef432 commit 2e57456
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/FrontEndDev-org/try-flatten/compare/v1.0.0...v1.0.1) (2023-04-01)


### Bug Fixes

* 修复文案说明 ([4e5b955](https://github.com/FrontEndDev-org/try-flatten/commit/4e5b955d0987c36995d4783f0e0af262d1d0f6c7))
* 修改 node 版本要求 >= 12 ([5f7750b](https://github.com/FrontEndDev-org/try-flatten/commit/5f7750b75a34fb80c299a8f601d35c3d82f51482))

## 1.0.0 (2023-03-31)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "try-flatten",
"version": "1.0.0",
"version": "1.0.1",
"description": "✈ 类型安全的扁平化的 try-catch,支持同步函数、回调函数和 PromiseLike",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 2e57456

Please sign in to comment.