Skip to content

Commit

Permalink
Merge pull request #29 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.2.0
  • Loading branch information
cloudcome authored May 12, 2023
2 parents 40e574e + 52407c3 commit 53a8da0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.0](https://github.com/FrontEndDev-org/try-flatten/compare/v1.1.0...v1.2.0) (2023-05-12)


### Features

* 增加 callbackCurry ([badc874](https://github.com/FrontEndDev-org/try-flatten/commit/badc8740c2df2126788487b82661207e44002ea5))


### Bug Fixes

* 增强 import 兼容性 ([3bca7f1](https://github.com/FrontEndDev-org/try-flatten/commit/3bca7f12f6f919ba08d29707a4a0da0373d4729c))

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


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

0 comments on commit 53a8da0

Please sign in to comment.