Skip to content

Commit

Permalink
chore: release main (#1537)
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 Jan 16, 2024
1 parent 830d362 commit 05ee6dd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,4 +1,4 @@
{
"gax": "4.1.0",
"tools": "0.2.0"
"tools": "0.3.0"
}
16 changes: 16 additions & 0 deletions tools/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

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


### Features

* add ESM tools in gax ([#1459](https://github.com/googleapis/gax-nodejs/issues/1459)) ([0fb1cf9](https://github.com/googleapis/gax-nodejs/commit/0fb1cf9acd32dc1ae03a33279eca9449a7d3fca7))


### Bug Fixes

* **deps:** update dependency google-proto-files to v4 ([#1490](https://github.com/googleapis/gax-nodejs/issues/1490)) ([4748c9f](https://github.com/googleapis/gax-nodejs/commit/4748c9fc3a8cfe31e5abb3e35a6ee0d9a6f0e560))
* **deps:** update dependency protobufjs-cli to v1.1.2 ([#1495](https://github.com/googleapis/gax-nodejs/issues/1495)) ([762591e](https://github.com/googleapis/gax-nodejs/commit/762591ed28801e5311ab737b04185781a41752e6))
* make gapic-tools depend on gax-nodejs ([#1480](https://github.com/googleapis/gax-nodejs/issues/1480)) ([d0f410d](https://github.com/googleapis/gax-nodejs/commit/d0f410d2e08f393f2661c8c92568a0b518fddf99))
* release new version of gapic-tools ([#1483](https://github.com/googleapis/gax-nodejs/issues/1483)) ([e4f5482](https://github.com/googleapis/gax-nodejs/commit/e4f548254bfce3daa3b02ae81764bb3394fc4f23))
* update google-gax and google-proto-files ([#1533](https://github.com/googleapis/gax-nodejs/issues/1533)) ([4897bc6](https://github.com/googleapis/gax-nodejs/commit/4897bc60db5e22427e533805d528f434e0cc8e40))

## [0.2.0](https://github.com/googleapis/gax-nodejs/compare/gapic-tools-v0.1.8...gapic-tools-v0.2.0) (2023-09-19)


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

0 comments on commit 05ee6dd

Please sign in to comment.