Skip to content

Commit 45bec9f

Browse files
chore(main): release 4.7.0 (#1660)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent aaed824 commit 45bec9f

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.7.0](https://github.com/googleapis/gapic-generator-typescript/compare/v4.6.3...v4.7.0) (2025-01-28)
4+
5+
6+
### Features
7+
8+
* Paging changes for bigquery ([#1661](https://github.com/googleapis/gapic-generator-typescript/issues/1661)) ([24f6ad1](https://github.com/googleapis/gapic-generator-typescript/commit/24f6ad106b80ab909f2fd353a44e696732e0a2d1))
9+
10+
11+
### Bug Fixes
12+
13+
* Add x-goog-request-params to header for LRO-checking methods ([#1674](https://github.com/googleapis/gapic-generator-typescript/issues/1674)) ([aaed824](https://github.com/googleapis/gapic-generator-typescript/commit/aaed824ac634408148098976e99e47b756ab7693))
14+
* Remove extra protos & capiture ESM in headers ([#1658](https://github.com/googleapis/gapic-generator-typescript/issues/1658)) ([3bbb2b9](https://github.com/googleapis/gapic-generator-typescript/commit/3bbb2b9cd3af09f36d5b39025fc6c7d4507c78c7))
15+
* Template was missing curly brackets ([#1669](https://github.com/googleapis/gapic-generator-typescript/issues/1669)) ([aa2943b](https://github.com/googleapis/gapic-generator-typescript/commit/aa2943bb748f524abb4c98e9d78446d06f5efa25))
16+
317
## [4.6.3](https://github.com/googleapis/gapic-generator-typescript/compare/v4.6.2...v4.6.3) (2024-08-30)
418

519

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/gapic-generator",
3-
"version": "4.6.3",
3+
"version": "4.7.0",
44
"type": "module",
55
"description": "Google API Client Library Generator for TypeScript, written in TypeScript.",
66
"homepage": "https://github.com/googleapis/gapic-generator-typescript#readme",

0 commit comments

Comments
 (0)