Skip to content

Commit dea1bbf

Browse files
chore: release 1.0.2 (#559)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * chore: trigger CI Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Alexander Fenster <[email protected]>
1 parent 80414e5 commit dea1bbf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [1.0.2](https://www.github.com/googleapis/gapic-generator-typescript/compare/v1.0.1...v1.0.2) (2020-06-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency google-gax to ^2.6.1 ([#557](https://www.github.com/googleapis/gapic-generator-typescript/issues/557)) ([f7d23cc](https://www.github.com/googleapis/gapic-generator-typescript/commit/f7d23cc2e90b3373d6886621a3d68626ef829040))
9+
* make fallback work properly in Electron ([#565](https://www.github.com/googleapis/gapic-generator-typescript/issues/565)) ([80414e5](https://www.github.com/googleapis/gapic-generator-typescript/commit/80414e54436d752280503075d5e9831831ccc7ec))
10+
311
### [1.0.1](https://www.github.com/googleapis/gapic-generator-typescript/compare/v1.0.0...v1.0.1) (2020-06-05)
412

513

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": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Google API Client Library Generator for TypeScript, written in TypeScript.",
55
"homepage": "https://github.com/googleapis/gapic-generator-typescript#readme",
66
"bugs": {

0 commit comments

Comments
 (0)