From c6147b4483fa1f4f063addc88a2b65d9abbd331e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Dec 2022 17:01:50 +0000 Subject: [PATCH] chore(release): 1.136.1 [skip ci] ## [1.136.1](https://github.com/stephenh/ts-proto/compare/v1.136.0...v1.136.1) (2022-12-16) ### Bug Fixes * Avoid namespace conflict on globalThis. ([#735](https://github.com/stephenh/ts-proto/issues/735)) ([71e919e](https://github.com/stephenh/ts-proto/commit/71e919e7de4a2482e9389a5cbfd76853a1db73fb)), closes [#732](https://github.com/stephenh/ts-proto/issues/732) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb67c9b8..80b11d04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.136.1](https://github.com/stephenh/ts-proto/compare/v1.136.0...v1.136.1) (2022-12-16) + + +### Bug Fixes + +* Avoid namespace conflict on globalThis. ([#735](https://github.com/stephenh/ts-proto/issues/735)) ([71e919e](https://github.com/stephenh/ts-proto/commit/71e919e7de4a2482e9389a5cbfd76853a1db73fb)), closes [#732](https://github.com/stephenh/ts-proto/issues/732) + # [1.136.0](https://github.com/stephenh/ts-proto/compare/v1.135.3...v1.136.0) (2022-12-14) diff --git a/package.json b/package.json index 558380da4..a414aaf5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.136.0", + "version": "1.136.1", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",