Skip to content

Commit 1b4dcde

Browse files
authored
Merge pull request #31 from FrontEndDev-org/release-please--branches--v1.x--components--try-flatten
chore(v1.x): release 1.3.0
2 parents 1b19e44 + 459c074 commit 1b4dcde

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/FrontEndDev-org/try-flatten/compare/v1.2.0...v1.3.0) (2023-05-12)
4+
5+
6+
### Features
7+
8+
* callback 类型优化 ([bd577c7](https://github.com/FrontEndDev-org/try-flatten/commit/bd577c7a7c9da7212fd71f9643c13eba29126a78))
9+
310
## [1.2.0](https://github.com/FrontEndDev-org/try-flatten/compare/v1.1.0...v1.2.0) (2023-05-12)
411

512

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

0 commit comments

Comments
 (0)