Skip to content

Commit

Permalink
release: v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed May 13, 2024
1 parent d35d108 commit acf113f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.7.7](https://github.com/js-tool-pack/basic/compare/v0.7.6...v0.7.7) (2024-05-13)

### Features

- **array-buffer:** 新增 arrayBufferToString 和 stringToArrayBuffer ([6bfc336](https://github.com/js-tool-pack/basic/commit/6bfc3362c96a3923b0136e4466cd1b9a066feaba))
- **array-buffer:** 新增 encodeObjectToArrayBuffer 和 decodeArrayBufferToObject ([0a0874e](https://github.com/js-tool-pack/basic/commit/0a0874e1f875d876180231053910eb1c70a8a3c0))
- **promise/nextTick:** 当传入参数时返回值改为中断闭包函数 ([d546707](https://github.com/js-tool-pack/basic/commit/d546707baf8a1773b8af7d7c432906fd8d44b015))

## [0.7.6](https://github.com/js-tool-pack/basic/compare/v0.7.5...v0.7.6) (2024-04-09)

### Performance Improvements
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": "@tool-pack/basic",
"version": "0.7.6",
"version": "0.7.7",
"packageManager": "[email protected]",
"sideEffects": false,
"description": "🛠 typescript javascript basic utils functions / 基础工具函数",
Expand Down

0 comments on commit acf113f

Please sign in to comment.