chore(release): publish

- @egg/hooks@1.1.0
This commit is contained in:
zhaoyingbo 2024-08-20 08:43:01 +00:00
parent 510dc2c623
commit 60fd1135d0
3 changed files with 13 additions and 3 deletions

2
package-lock.json generated
View File

@ -12246,7 +12246,7 @@
},
"packages/hooks": {
"name": "@egg/hooks",
"version": "1.0.0",
"version": "1.1.0",
"license": "ISC",
"dependencies": {
"lodash": "*"

View File

@ -0,0 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.1.0 (2024-08-20)
### Features
- 新增Hooks包支持创建排序函数、解析JSON字符串、深度解析JSON、JSON转字符串 ([510dc2c](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/510dc2c623013ee71d6bb9b85998d5bb3aa5bc07))

View File

@ -1,6 +1,6 @@
{
"name": "@egg/hooks",
"version": "1.0.0",
"version": "1.1.0",
"description": "Hooks for Egg projects",
"type": "module",
"main": "dist/index.js",
@ -21,4 +21,4 @@
"dependencies": {
"lodash": "*"
}
}
}