Skip to content

Commit a49e0bc

Browse files
committed
chore(release): 1.3.2
1 parent c5f4d2c commit a49e0bc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.3.2](https://github.com/chandq/sculp-js/compare/v1.3.1...v1.3.2) (2024-06-02)
6+
7+
### Bug Fixes
8+
9+
- transfer deep level param ([ef77982](https://github.com/chandq/sculp-js/commit/ef77982b6d93e1f23e705e988f3db573985fa014))
10+
- **date:** compact code ([0aa980a](https://github.com/chandq/sculp-js/commit/0aa980a15c1aa5c9b51db974c6dc3ca270e89f22))
11+
512
### [1.3.1](https://github.com/chandq/sculp-js/compare/v1.3.0...v1.3.1) (2024-05-30)
613

714
### Bug Fixes

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "sculp-js",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"packageManager": "npm@8.19.2",
55
"description": "js工具库",
66
"scripts": {
77
"prepare": "husky install",
88
"build": "rollup --bundleConfigAsCjs --config rollup.config.js",
9+
"build:core": "BUILD_TARGET=core rollup --bundleConfigAsCjs --config rollup.config.js",
910
"build:terser": "node scripts/build.js",
1011
"test:unit": "jest",
1112
"test": "jest --coverage",

0 commit comments

Comments
 (0)