Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1504

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.4",
"tools": "0.1.8"
"tools": "0.2.0"
}
16 changes: 16 additions & 0 deletions tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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


### 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))
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.1.8",
"version": "0.2.0",
"description": "compiles, updates, and minifies protos",
"main": "build/src/compileProtos.js",
"files": [
Expand Down
Loading