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 5aa94de commit d5d27b5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.6.6](https://github.com/miaoxing/mxjs-app/compare/v0.6.5...v0.6.6) (2024-03-31)





### Dependencies

* **append-url:** upgrade from `1.0.26` to `1.0.27`
* **@miaoxing/dev:** upgrade from `9.1.0` to `9.1.1`

## [0.6.5](https://github.com/miaoxing/mxjs-app/compare/v0.6.4...v0.6.5) (2024-01-08)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/app",
"version": "0.6.5",
"version": "0.6.6",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -12,12 +12,12 @@
"test-coverage": "jest --coverage --coverageReporters text lcovonly"
},
"dependencies": {
"append-url": "^1.0.26",
"append-url": "^1.0.27",
"history": "^4.10.1",
"query-string": "^6.12.1"
},
"devDependencies": {
"@miaoxing/dev": "^9.1.0",
"@miaoxing/dev": "^9.1.1",
"@testing-library/react": "^14",
"@types/history": "^4.0.0"
},
Expand Down

0 comments on commit d5d27b5

Please sign in to comment.