Skip to content

Commit

Permalink
chore(release): 1.136.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.136.1](v1.136.0...v1.136.1) (2022-12-16)

### Bug Fixes

* Avoid namespace conflict on globalThis. ([#735](#735)) ([71e919e](71e919e)), closes [#732](#732)
  • Loading branch information
semantic-release-bot committed Dec 16, 2022
1 parent 71e919e commit c6147b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit c6147b4

Please sign in to comment.