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 Apr 30, 2022
1 parent 280ed60 commit e4b5a98
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.8.2](https://github.com/miaoxing/plugin/compare/v0.8.1...v0.8.2) (2022-04-30)


### Features

* **plugin, internal:** 启用应用时就设置好标头信息 ([ff1baf2](https://github.com/miaoxing/plugin/commit/ff1baf2f23ac399c6a0c8b5964f8b2e7de8673e1))
* **plugin, Model:** 增加 `decrSave` 方法 ([b22a8b3](https://github.com/miaoxing/plugin/commit/b22a8b309a437d2a568dbe2858a029edc6ce507b))





### Dependencies

* **@wei/wei:** upgrade from `0.12.2` to `0.12.3`

## [0.8.1](https://github.com/miaoxing/plugin/compare/v0.8.0...v0.8.1) (2022-03-31)


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.12.2",
"wei/wei": "^0.12.3",
"doctrine/inflector": "^1.4|^2.0",
"lcobucci/jwt": "^3.3",
"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.8.1",
"version": "0.8.2",
"private": true,
"main": "index.js",
"repository": "https://github.com/miaoxing/plugin",
Expand Down

0 comments on commit e4b5a98

Please sign in to comment.