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 Jun 30, 2024
1 parent ee15d52 commit 0b5fea3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.15.0](https://github.com/miaoxing/plugin/compare/v0.14.7...v0.15.0) (2024-06-30)


### Bug Fixes

* **plugin:** 增加 `symfony/console` 依赖 ([6845ca0](https://github.com/miaoxing/plugin/commit/6845ca0fa737a401c4a6663a20e49be2a0bf5ef4))


### Code Refactoring

* **plugin:** `App` 移除自动注入参数到控制器的功能 ([873b202](https://github.com/miaoxing/plugin/commit/873b202784be54ea8f614dd08d797ee84183029d))


### BREAKING CHANGES

* **plugin:** `App` 移除自动注入参数到控制器的功能

## [0.14.7](https://github.com/miaoxing/plugin/compare/v0.14.6...v0.14.7) (2024-05-30)


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.7",
"version": "0.15.0",
"private": true,
"main": "index.js",
"repository": "https://github.com/miaoxing/plugin",
Expand Down

0 comments on commit 0b5fea3

Please sign in to comment.