diff --git a/package.json b/package.json index 077b951..6465c57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cctron", - "version": "1.0.0", + "version": "1.1.0", "description": "A cross-platform client which understands cctray xml spec", "scripts": { "build": "tsc && copyfiles assets/* dist && copyfiles config.json dist/ && copyfiles -u 1 src/ipc/* dist", diff --git a/release.config.js b/release.config.js index d9d78ce..9f5f250 100644 --- a/release.config.js +++ b/release.config.js @@ -3,6 +3,7 @@ module.exports = { plugins: [ '@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', + '@semantic-release/npm', ["@semantic-release/git", { "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" }],