From a10fe439b129766a7d5f9e8d98c6cd409304283b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 18:33:46 +0000 Subject: [PATCH] chore(main): release 2.12.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad396c10d1..2a8d454d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.12.0](https://github.com/googleapis/gapic-generator-typescript/compare/v2.11.0...v2.12.0) (2022-01-21) + + +### Features + +* add handwritten_layer variable for handwritten samples ([#1065](https://github.com/googleapis/gapic-generator-typescript/issues/1065)) ([f614a1d](https://github.com/googleapis/gapic-generator-typescript/commit/f614a1d2c2820b4f80210b1f53826d212610006e)) + + +### Bug Fixes + +* add null request for bi_di stream call ([#1066](https://github.com/googleapis/gapic-generator-typescript/issues/1066)) ([1149cb1](https://github.com/googleapis/gapic-generator-typescript/commit/1149cb16463531694c580034cc05b9f659a0a058)) +* **deps:** update all dependencies ([#1067](https://github.com/googleapis/gapic-generator-typescript/issues/1067)) ([45c1e7e](https://github.com/googleapis/gapic-generator-typescript/commit/45c1e7ef53191d959b22cc1ed31cf6a38b1d6435)) +* **deps:** update all dependencies ([#1083](https://github.com/googleapis/gapic-generator-typescript/issues/1083)) ([7820278](https://github.com/googleapis/gapic-generator-typescript/commit/7820278c77dcdb650066895cb7c018ae2d6cc4e6)) +* **deps:** update dependency @types/js-yaml to ^4.0.5 ([#1062](https://github.com/googleapis/gapic-generator-typescript/issues/1062)) ([6ce721a](https://github.com/googleapis/gapic-generator-typescript/commit/6ce721aa72ceb0124e9c4a1d3cb0b2ea7bd1e7a8)) +* ignore generating non-diregapic pagination with map response ([#1076](https://github.com/googleapis/gapic-generator-typescript/issues/1076)) ([b7dc09f](https://github.com/googleapis/gapic-generator-typescript/commit/b7dc09f6ad026476ea9a20abe331c2dfb033b113)) +* **test:** update copyright year in baselines ([#1077](https://github.com/googleapis/gapic-generator-typescript/issues/1077)) ([d19e653](https://github.com/googleapis/gapic-generator-typescript/commit/d19e65355bde5a8cb1e3c1d5715ff4b7f1289f88)) +* update test template for dynamic routing header ([#1058](https://github.com/googleapis/gapic-generator-typescript/issues/1058)) ([1f210d4](https://github.com/googleapis/gapic-generator-typescript/commit/1f210d4077562bad3783ef19820f07eaec1bb835)) + ## [2.11.0](https://www.github.com/googleapis/gapic-generator-typescript/compare/v2.10.0...v2.11.0) (2021-11-08) diff --git a/package.json b/package.json index 545691f4a3..bc6cad60e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/gapic-generator", - "version": "2.11.0", + "version": "2.12.0", "description": "Google API Client Library Generator for TypeScript, written in TypeScript.", "homepage": "https://github.com/googleapis/gapic-generator-typescript#readme", "bugs": {