chore: release 1.1.0 (#23)

This commit is contained in:
github-actions[bot]
2020-05-19 22:17:21 -07:00
committed by GitHub
parent 7ca74d94f2
commit f38e297b72
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.1.0](https://www.github.com/bcoe/release-please-action/compare/v1.0.1...v1.1.0) (2020-05-20)
### Features
* Add `bump-minor-pre-major` option ([#9](https://www.github.com/bcoe/release-please-action/issues/9)) ([788c495](https://www.github.com/bcoe/release-please-action/commit/788c495e2607702ce5ab41e9e246161d07fe8854))
### [1.0.1](https://www.github.com/bcoe/release-please-action/compare/v1.0.0...v1.0.1) (2020-05-09)

View File

@@ -1,7 +1,7 @@
{
"name": "release-please-action",
"private": true,
"version": "1.0.1",
"version": "1.1.0",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {