Skip to content

Commit

Permalink
ci: 🚀 release v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaiyang committed Jun 19, 2023
1 parent 6eac544 commit 03cddf6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@



### [1.3.6](https://github.com/zguiyang/quick-utils-js/compare/v1.3.4...v1.3.6) (2023-06-19)


### ✨ 新功能

* :sparkles: add `replaceWhiteSpace` function for replace white space in string ([a988c0b](https://github.com/zguiyang/quick-utils-js/commit/a988c0b20268bafbb9c555740d4167f346cb93dd))
* :sparkles: add `whiteSpacesReg`function, validate white spaces in the string ([32003e1](https://github.com/zguiyang/quick-utils-js/commit/32003e1176c228c32e836fc24aac755be7ef10cd))
* :sparkles: add depth param for `getFileExtension` ([53ab1d1](https://github.com/zguiyang/quick-utils-js/commit/53ab1d15d1eaae6daf3b5b74be474c0284dafb04))
* **date:** :sparkles: `timestamp` parameter is updated non-required ([debbbb1](https://github.com/zguiyang/quick-utils-js/commit/debbbb1d8c9e11e8b191ece94f57134ed2000c02))

### [1.3.5](https://github.com/zguiyang/quick-utils-js/compare/v1.3.4...v1.3.5) (2023-03-15)


Expand Down Expand Up @@ -135,4 +145,4 @@

### Breaking Changes

1. ``regex/index``, function name update, ``isUrl => isDomainUrl````isColor => isHexColor``
1. ``regex/index``, function name update, ``isUrl => isDomainUrl````isColor => isHexColor``
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quick-utils-js",
"version": "1.3.5",
"version": "1.3.6",
"description": "Tool functions commonly used in front-end services",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 03cddf6

Please sign in to comment.