Skip to content

Commit e15a4b5

Browse files
committed
Merge branch 'v1.x' into feat/v1.x
2 parents bd577c7 + 53a8da0 commit e15a4b5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/FrontEndDev-org/try-flatten/compare/v1.1.0...v1.2.0) (2023-05-12)
4+
5+
6+
### Features
7+
8+
* 增加 callbackCurry ([badc874](https://github.com/FrontEndDev-org/try-flatten/commit/badc8740c2df2126788487b82661207e44002ea5))
9+
10+
11+
### Bug Fixes
12+
13+
* 增强 import 兼容性 ([3bca7f1](https://github.com/FrontEndDev-org/try-flatten/commit/3bca7f12f6f919ba08d29707a4a0da0373d4729c))
14+
315
## [1.1.0](https://github.com/FrontEndDev-org/try-flatten/compare/v1.0.1...v1.1.0) (2023-04-01)
416

517

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.1.0",
3+
"version": "1.2.0",
44
"description": "✈ 类型安全的扁平化的 try-catch,支持同步函数、回调函数和 PromiseLike",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)