Skip to content

Commit

Permalink
chore: release 2.3.1 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and bcoe committed Aug 1, 2019
1 parent 896d601 commit b05e3b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://www.npmjs.com/package/release-please?activeTab=versions

### [2.3.1](https://github.com/googleapis/release-please/compare/v2.3.0...v2.3.1) (2019-08-01)


### Bug Fixes

* don't print full error in --debug mode ([#217](https://github.com/googleapis/release-please/issues/217)) ([896d601](https://github.com/googleapis/release-please/commit/896d601))
* samples package.json may not require top-level module ([#216](https://github.com/googleapis/release-please/issues/216)) ([2f788e8](https://github.com/googleapis/release-please/commit/2f788e8))

## [2.3.0](https://github.com/googleapis/release-please/compare/v2.2.4...v2.3.0) (2019-07-26)


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": "release-please",
"version": "2.3.0",
"version": "2.3.1",
"description": "generate release PRs based on the conventionalcommits.org spec",
"main": "./build/src/index.js",
"bin": "./build/src/bin/release-please.js",
Expand Down

0 comments on commit b05e3b0

Please sign in to comment.