Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#1408)
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] authored and sofisl committed Aug 22, 2023
1 parent e5fa9ce commit 62ef670
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.0.0](https://github.com/googleapis/gapic-generator-typescript/compare/v3.0.7...v4.0.0) (2023-07-26)


### ⚠ BREAKING CHANGES

* correct IAM return types ([#1407](https://github.com/googleapis/gapic-generator-typescript/issues/1407))

### Bug Fixes

* Correct IAM return types ([#1407](https://github.com/googleapis/gapic-generator-typescript/issues/1407)) ([945e90f](https://github.com/googleapis/gapic-generator-typescript/commit/945e90f18aaffc6db93d296ee000d45ee68ebe72))
* Depend on protobufjs directly, update typescript, gts ([#1411](https://github.com/googleapis/gapic-generator-typescript/issues/1411)) ([fc4f5d9](https://github.com/googleapis/gapic-generator-typescript/commit/fc4f5d9f193e73d20f31d55a99e12d31686d0b2a))
* **deps:** Update dependency google-gax to ^4.0.2 ([#1414](https://github.com/googleapis/gapic-generator-typescript/issues/1414)) ([cdc7249](https://github.com/googleapis/gapic-generator-typescript/commit/cdc7249d0fde29c5023e0f793cf6ed36f0ad3530))

## [3.0.7](https://github.com/googleapis/gapic-generator-typescript/compare/v3.0.6...v3.0.7) (2023-06-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/gapic-generator",
"version": "3.0.7",
"version": "4.0.0",
"type": "module",
"description": "Google API Client Library Generator for TypeScript, written in TypeScript.",
"homepage": "https://github.com/googleapis/gapic-generator-typescript#readme",
Expand Down

0 comments on commit 62ef670

Please sign in to comment.