Skip to content

Commit

Permalink
chore(main): release 13.21.0 (#1573)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [13.21.0](v13.20.0...v13.21.0) (2022-08-11)


### Features

* parse versioning type from the manifest config ([#1572](#1572)) ([8a7bfc1](8a7bfc1)), closes [#1569](#1569)


### Bug Fixes

* throw underlying API error when the manifest fetch commits when determining the latest released version ([#1571](#1571)) ([0944bde](0944bde))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Aug 11, 2022
1 parent 0944bde commit 7158a3b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [13.21.0](https://github.com/googleapis/release-please/compare/v13.20.0...v13.21.0) (2022-08-11)


### Features

* parse versioning type from the manifest config ([#1572](https://github.com/googleapis/release-please/issues/1572)) ([8a7bfc1](https://github.com/googleapis/release-please/commit/8a7bfc165755cec97cc9a3baa39ccd21e719644c)), closes [#1569](https://github.com/googleapis/release-please/issues/1569)


### Bug Fixes

* throw underlying API error when the manifest fetch commits when determining the latest released version ([#1571](https://github.com/googleapis/release-please/issues/1571)) ([0944bde](https://github.com/googleapis/release-please/commit/0944bdeb04bcee2872e79a07fbe05967847caef0))

## [13.20.0](https://github.com/googleapis/release-please/compare/v13.19.9...v13.20.0) (2022-08-08)


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": "13.20.0",
"version": "13.21.0",
"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 7158a3b

Please sign in to comment.