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 67b913b commit db1cb76
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.1.13](https://github.com/miaoxing/dict/compare/v1.1.12...v1.1.13) (2024-05-30)





### Dependencies

* **@miaoxing/plugin:** upgrade from `0.14.6` to `0.14.7`
* **@miaoxing/services:** upgrade from `0.9.1` to `0.9.2`
* **@miaoxing/admin:** upgrade from `0.13.0` to `0.13.1`

## [1.1.12](https://github.com/miaoxing/dict/compare/v1.1.11...v1.1.12) (2024-05-01)


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
}
},
"require": {
"miaoxing/plugin": "^0.14.6",
"miaoxing/services": "^0.9.1",
"miaoxing/admin": "^0.13.0"
"miaoxing/plugin": "^0.14.7",
"miaoxing/services": "^0.9.2",
"miaoxing/admin": "^0.13.1"
},
"require-dev": {
"miaoxing/dev": "^9.1.1"
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/dict",
"version": "1.1.12",
"version": "1.1.13",
"private": true,
"main": "index.js",
"repository": "git@github.com:miaoxing/dict.git",
Expand Down

0 comments on commit db1cb76

Please sign in to comment.