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 Oct 28, 2021
1 parent 2d3f071 commit a4c4cfd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.1.1](https://github.com/miaoxing/mxjs-money/compare/v0.1.0...v0.1.1) (2021-10-28)


### Features

* **money:** 增加 `money` 方法用于计算金额 ([74e79db](https://github.com/miaoxing/mxjs-money/commit/74e79db2d149473ceb8f945f0ffab809a1741224))





### Dependencies

* **@miaoxing/dev:** upgrade from `7.0.1` to `8.0.0`

# 0.1.0 (2021-06-30)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/money",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -14,6 +14,6 @@
"currency.js": "^2.0.4"
},
"devDependencies": {
"@miaoxing/dev": "^7.0.1"
"@miaoxing/dev": "^8.0.0"
}
}

0 comments on commit a4c4cfd

Please sign in to comment.