Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
See CHANGELOG.md for more details.
  • Loading branch information
semantic-release-bot committed May 30, 2024
1 parent aad6e5d commit b198089
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.14.7](https://github.com/miaoxing/plugin/compare/v0.14.6...v0.14.7) (2024-05-30)


### Features

* **plugin:** `g:plugin` 标题为空时根据插件 id 生成标题,id 传入 snake 格式时转换为 dash 格式 ([aad6e5d](https://github.com/miaoxing/plugin/commit/aad6e5d34f233ae74cd54e645a2a7a2771b733b9))
* **plugin:** 增加 `g:plugin` 插件 ([7570851](https://github.com/miaoxing/plugin/commit/7570851e9a5f437496cff12e0940557066f15a91))





### Dependencies

* **@wei/wei:** upgrade from `0.17.4` to `0.17.5`

## [0.14.6](https://github.com/miaoxing/plugin/compare/v0.14.5...v0.14.6) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"ext-json": "*",
"ext-openssl": "*",
"wei/wei": "^0.17.4",
"wei/wei": "^0.17.5",
"doctrine/inflector": "^1.4|^2.0",
"adhocore/jwt": "^1.1.2",
"fakerphp/faker": "^1.14",
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": "@miaoxing/plugin",
"version": "0.14.6",
"version": "0.14.7",
"private": true,
"main": "index.js",
"repository": "https://github.com/miaoxing/plugin",
Expand Down

0 comments on commit b198089

Please sign in to comment.