Skip to content

Commit

Permalink
Merge pull request #8 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.1.0
  • Loading branch information
cloudcome committed Apr 1, 2023
2 parents f20ac1a + 8818f4c commit 0eac1b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* export name, version -> pkgName, pkgVersion ([74a8c09](https://github.com/FrontEndDev-org/try-flatten/commit/74a8c09cb35973ff6683467e11c639bfa146c823))
* 增加了版本号的导出 ([984343e](https://github.com/FrontEndDev-org/try-flatten/commit/984343e86970603c918847489343bec09506bcb7))

## [1.0.1](https://github.com/FrontEndDev-org/try-flatten/compare/v1.0.0...v1.0.1) (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.0.1",
"version": "1.1.0",
"description": "✈ 类型安全的扁平化的 try-catch,支持同步函数、回调函数和 PromiseLike",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 0eac1b6

Please sign in to comment.