Skip to content

Commit

Permalink
[ci skip] [bumpr] Version bump to 2.10.0
Browse files Browse the repository at this point in the history
From CI build 80
  • Loading branch information
Bumpr committed Dec 13, 2020
1 parent 85c320a commit 0f9891c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- bumpr -->

## [2.10.0] - 2020-12-13 ([PR 44](https://github.com/all-i-code/bumpr/pull/44))
### Added
- Support for parsing `changelog` from a `dependabot` PR (using the title of the PR)


## [2.9.0] - 2020-12-13 ([PR 43](https://github.com/all-i-code/bumpr/pull/43))
### Added
- Support for Circle-ci PRs from non-forks (where `CIRCLE_PR_NUMBER` isn't set, but rather `CIRLCE_PULL_REQUEST` is set)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumpr",
"version": "2.9.0",
"version": "2.10.0",
"description": "Bump the version of an package based on a Pull Request",
"bin": {
"bumpr": "./bin/cli.js"
Expand Down

0 comments on commit 0f9891c

Please sign in to comment.