Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CaoMeiYouRen/push-all-in-one
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Dec 18, 2022
2 parents 65f209f + 8f103c8 commit ee71da0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# push-all-in-one

## [2.3.1](https://github.com/CaoMeiYouRen/push-all-in-one/compare/v2.3.0...v2.3.1) (2022-11-27)


### 🐛 Bug 修复

* 修复 eslint 风格问题 ([e74e03e](https://github.com/CaoMeiYouRen/push-all-in-one/commit/e74e03e))
* 更新 文档说明;添加 Email、CoolPush 的弃用声明 ([bf899a0](https://github.com/CaoMeiYouRen/push-all-in-one/commit/bf899a0))

# [2.3.0](https://github.com/CaoMeiYouRen/push-all-in-one/compare/v2.2.0...v2.3.0) (2022-08-01)


Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "push-all-in-one",
"version": "2.3.0",
"version": "2.3.1",
"description": "Push All In One!支持 Server酱、酷推、邮件、钉钉机器人、企业微信机器人、企业微信应用、pushplus、iGot 、Qmsg、息知、PushDeer 等多种推送方式",
"author": "CaoMeiYouRen",
"license": "MIT",
Expand Down Expand Up @@ -53,18 +53,18 @@
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@microsoft/api-extractor": "^7.19.4",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.2.0",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^10.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/crypto-js": "^4.1.0",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.168",
"@types/mocha": "^9.0.0",
"@types/mocha": "^10.0.1",
"@types/module-alias": "^2.0.0",
"@types/node": "^18.0.0",
"@types/qs": "^6.9.5",
Expand Down Expand Up @@ -97,7 +97,7 @@
"validate-commit-msg": "^2.14.0"
},
"dependencies": {
"axios": "^0.27.1",
"axios": "^1.2.1",
"colors": "^1.4.0",
"crypto-js": "^4.0.0",
"debug": "^4.3.1",
Expand Down

0 comments on commit ee71da0

Please sign in to comment.