Skip to content

Commit

Permalink
chore: release main (#1564)
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] committed Feb 13, 2024
1 parent fb74d29 commit 599e329
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"gax": "4.3.1",
"tools": "0.3.0"
"tools": "0.4.0"
}
7 changes: 7 additions & 0 deletions tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.3.0...gapic-tools-v0.4.0) (2024-02-13)


### Features

* allow passing --keep-case and --force-number to compileProtos ([#1561](https://github.com/googleapis/gax-nodejs/issues/1561)) ([004d112](https://github.com/googleapis/gax-nodejs/commit/004d112445f528a6cb143676e8b397b37137adf3))

## [0.3.0](https://github.com/googleapis/gax-nodejs/compare/v0.2.0...v0.3.0) (2024-01-16)


Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gapic-tools",
"version": "0.3.0",
"version": "0.4.0",
"description": "compiles, updates, and minifies protos",
"main": "build/src/compileProtos.js",
"files": [
Expand Down

0 comments on commit 599e329

Please sign in to comment.