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 Feb 5, 2022
1 parent 5b6aaaf commit 6494230
Show file tree
Hide file tree
Showing 2 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.2.15](https://github.com/miaoxing/mxjs-cur-url/compare/v0.2.14...v0.2.15) (2022-02-05)





### Dependencies

* **miaoxing:** upgrade from `0.4.0` to `0.4.1`
* **@mxjs/app:** upgrade from `0.4.0` to `0.4.1`
* **@miaoxing/dev:** upgrade from `8.0.1` to `8.1.0`

## [0.2.14](https://github.com/miaoxing/mxjs-cur-url/compare/v0.2.13...v0.2.14) (2022-01-12)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/cur-url",
"version": "0.2.14",
"version": "0.2.15",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,11 +11,11 @@
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"miaoxing": "^0.4.0",
"@mxjs/app": "^0.4.0"
"miaoxing": "^0.4.1",
"@mxjs/app": "^0.4.1"
},
"devDependencies": {
"@miaoxing/dev": "^8.0.1"
"@miaoxing/dev": "^8.1.0"
},
"ciDependencies": {
"babel-preset-miaoxing": "miaoxing/babel-preset-miaoxing",
Expand Down

0 comments on commit 6494230

Please sign in to comment.