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 Mar 31, 2024
1 parent a734c45 commit 332525d
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 @@
## [0.1.45](https://github.com/miaoxing/ueditor/compare/v0.1.44...v0.1.45) (2024-03-31)





### Dependencies

* **@miaoxing/app:** upgrade from `0.8.2` to `0.8.3`
* **@miaoxing/file:** upgrade from `0.3.27` to `0.3.28`
* **@miaoxing/dev:** upgrade from `9.1.0` to `9.1.1`

## [0.1.44](https://github.com/miaoxing/ueditor/compare/v0.1.43...v0.1.44) (2024-02-29)


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
],
"license": "MIT",
"require": {
"miaoxing/app": "^0.8.2",
"miaoxing/file": "^0.3.27"
"miaoxing/app": "^0.8.3",
"miaoxing/file": "^0.3.28"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +24,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"miaoxing/dev": "^9.1.0"
"miaoxing/dev": "^9.1.1"
},
"config": {
"allow-plugins": {
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/ueditor",
"version": "0.1.44",
"version": "0.1.45",
"private": true,
"main": "index.js",
"author": "twinh",
Expand Down

0 comments on commit 332525d

Please sign in to comment.