diff --git a/CHANGELOG.md b/CHANGELOG.md index 999aa8c3d..bd622def0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.135.3](https://github.com/stephenh/ts-proto/compare/v1.135.2...v1.135.3) (2022-12-12) + + +### Bug Fixes + +* return grpc-web response without toObject method ([#728](https://github.com/stephenh/ts-proto/issues/728)) ([7431aa8](https://github.com/stephenh/ts-proto/commit/7431aa8e5718ad8a8fe48651798f203995bf705b)), closes [stephenh/ts-proto#636](https://github.com/stephenh/ts-proto/issues/636) + ## [1.135.2](https://github.com/stephenh/ts-proto/compare/v1.135.1...v1.135.2) (2022-12-09) diff --git a/package.json b/package.json index e7ebb45df..e21583f64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.135.2", + "version": "1.135.3", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",