Skip to content

Commit 53a8da0

Browse files
authored
Merge pull request #29 from FrontEndDev-org/release-please--branches--v1.x--components--try-flatten
chore(v1.x): release 1.2.0
2 parents 40e574e + 52407c3 commit 53a8da0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)