Skip to content

Commit 2e57456

Browse files
authored
Merge pull request #4 from FrontEndDev-org/release-please--branches--v1.x--components--try-flatten
chore(v1.x): release 1.0.1
2 parents 2bd03ef + c1ef432 commit 2e57456

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/FrontEndDev-org/try-flatten/compare/v1.0.0...v1.0.1) (2023-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* 修复文案说明 ([4e5b955](https://github.com/FrontEndDev-org/try-flatten/commit/4e5b955d0987c36995d4783f0e0af262d1d0f6c7))
9+
* 修改 node 版本要求 >= 12 ([5f7750b](https://github.com/FrontEndDev-org/try-flatten/commit/5f7750b75a34fb80c299a8f601d35c3d82f51482))
10+
311
## 1.0.0 (2023-03-31)
412

513

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "try-flatten",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "✈ 类型安全的扁平化的 try-catch,支持同步函数、回调函数和 PromiseLike",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)