Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flingyp committed Nov 18, 2022
1 parent 0a8dcf3 commit 94a7ec3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.2.0](https://github.com/flingyp/flypeng-tool/compare/v2.1.0...v2.2.0) (2022-11-18)


### ✨ Features | 新功能

* modify function name, useCopy to useCopySelector ([dfbdd8b](https://github.com/flingyp/flypeng-tool/commit/dfbdd8b4bf4cdce3ac599206d4995c037ea4652b))
* **useCommonType:** add isRegExp function ([b5443a6](https://github.com/flingyp/flypeng-tool/commit/b5443a6ac3f40e42c9e80d050d57852f78f623fa))
* **useDeepClone:** new Function ([1bf9f48](https://github.com/flingyp/flypeng-tool/commit/1bf9f483ec5aedaad0a6277303b31f5fb87516a7))


### 🐛 Bug Fixes | Bug 修复

* **useCopyContent:** new Function ([fca7181](https://github.com/flingyp/flypeng-tool/commit/fca7181c8137bc487256cf148e4e0d68941f97cb))

## [2.1.0](https://github.com/flingyp/flypeng-tool/compare/v2.0.1...v2.1.0) (2022-10-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flypeng/tool",
"version": "2.1.0",
"version": "2.2.0",
"packageManager": "[email protected]",
"description": "Integrate a collection of common tools and methods",
"main": "./dist/bundle.cjs",
Expand Down

0 comments on commit 94a7ec3

Please sign in to comment.