diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed17b6..c721f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +No unreleased changes. + +## 0.10.0 + - Move `npm publish` and `kp gh-release` to a standalone command: `kp release`, now running `kp` will only update `package.json`, create git tag and push to GitHub. `kp release` is used to actually publish on npm and create release on GitHub, this step could be automated via CI instead, env variables `GITHUB_TOKEN` and `NPM_TOKEN` are required for this to work. - Generate default changelog from commit messages. diff --git a/package.json b/package.json index cc15fab..0879d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kanpai", - "version": "0.9.9", + "version": "0.10.0", "description": "🍻 Use Kanpai to publish a new version of your module!", "license": "MIT", "repository": "egoist/kanpai",