Skip to content

Commit aae79e1

Browse files
committed
chore(release): 1.6.0
1 parent efbba9a commit aae79e1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [1.6.0](https://github.com/chandq/sculp-js/compare/v1.5.1...v1.6.0) (2025-02-22)
6+
7+
### Features
8+
9+
- add isEmpty utils function ([efbba9a](https://github.com/chandq/sculp-js/commit/efbba9a5f603a105763ca16e65c55d02c6972709))
10+
- add math utils, fix bug of objectGet ([cb7f393](https://github.com/chandq/sculp-js/commit/cb7f393d8cf537a4a445359dea88d29cfebd62d1))
11+
- add utils for encode/decode base64 ([d5d1496](https://github.com/chandq/sculp-js/commit/d5d1496186fe49732b1dfc14cb5662ce1cdec294))
12+
513
### [1.5.1](https://github.com/chandq/sculp-js/compare/v1.5.0...v1.5.1) (2024-11-30)
614

715
## [1.5.0](https://github.com/chandq/sculp-js/compare/v1.4.1...v1.5.0) (2024-11-30)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sculp-js",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"packageManager": "npm@8.19.2",
55
"description": "js工具库",
66
"scripts": {

0 commit comments

Comments
 (0)