Skip to content

Commit

Permalink
chore(main): release 16.12.2 (#2377)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 11, 2024
1 parent 427db6d commit 3a9a6ba
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "16.12.1"
".": "16.12.2"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

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

## [16.12.2](https://github.com/googleapis/release-please/compare/v16.12.1...v16.12.2) (2024-09-11)


### Bug Fixes

* debug log error message of unparsed commits ([#2326](https://github.com/googleapis/release-please/issues/2326)) ([83eb3e4](https://github.com/googleapis/release-please/commit/83eb3e4ead56ad6ef77be57050ba9a4770ae9d20))
* **deps:** update dependency diff to v7 ([#2372](https://github.com/googleapis/release-please/issues/2372)) ([1491ab6](https://github.com/googleapis/release-please/commit/1491ab69deb445d9909590d2c0e54afc9e77f2eb))
* support-node-workspace-plugin-prerelease ([#2249](https://github.com/googleapis/release-please/issues/2249)) ([88dc416](https://github.com/googleapis/release-please/commit/88dc41604cb3e1fc764491f246407b00514a6c89))
* use strategies for rust workspace plugin ([#2320](https://github.com/googleapis/release-please/issues/2320)) ([427db6d](https://github.com/googleapis/release-please/commit/427db6d668d29608fa0c2b9a3fea80a90215ab9f))

## [16.12.1](https://github.com/googleapis/release-please/compare/v16.12.0...v16.12.1) (2024-09-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "16.12.1",
"version": "16.12.2",
"description": "generate release PRs based on the conventionalcommits.org spec",
"main": "./build/src/index.js",
"bin": "./build/src/bin/release-please.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ export const configSchema = require('../../schemas/config.json');
export const manifestSchema = require('../../schemas/manifest.json');

// x-release-please-start-version
export const VERSION = '16.12.1';
export const VERSION = '16.12.2';
// x-release-please-end

0 comments on commit 3a9a6ba

Please sign in to comment.