Skip to content

Commit 0105832

Browse files
chore(main): release 4.8.2 (#1703)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0b56eff commit 0105832

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [4.8.2](https://github.com/googleapis/gapic-generator-typescript/compare/v4.8.1...v4.8.2) (2025-03-18)
4+
5+
6+
### Bug Fixes
7+
8+
* Do not generate tests for deprecated services ([#1701](https://github.com/googleapis/gapic-generator-typescript/issues/1701)) ([b8bd84d](https://github.com/googleapis/gapic-generator-typescript/commit/b8bd84d606220cf37979848bd7e9953e4afa8fc4))
9+
* Remove floating promises ([#1697](https://github.com/googleapis/gapic-generator-typescript/issues/1697)) ([c215012](https://github.com/googleapis/gapic-generator-typescript/commit/c21501265f74ab653b732ff7a0ae74a362151b82))
10+
* Update return type for listOperationsAsync ([#1702](https://github.com/googleapis/gapic-generator-typescript/issues/1702)) ([0b56eff](https://github.com/googleapis/gapic-generator-typescript/commit/0b56eff6b1e22d85c15b2cef97cabf56a33bb830))
11+
312
## [4.8.1](https://github.com/googleapis/gapic-generator-typescript/compare/v4.8.0...v4.8.1) (2025-03-11)
413

514

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.8.1",
3+
"version": "4.8.2",
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)