diff --git a/CHANGELOG.md b/CHANGELOG.md index b38ed8bfd..5f6ecb9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.110.2](https://github.com/stephenh/ts-proto/compare/v1.110.1...v1.110.2) (2022-03-27) + + +### Bug Fixes + +* **Grpc-Web:** Fix compilation failure when a service definition contains a client streaming call. ([#535](https://github.com/stephenh/ts-proto/issues/535)) ([0c83892](https://github.com/stephenh/ts-proto/commit/0c83892693d5755c9fe848b442b5e666192103ab)) + ## [1.110.1](https://github.com/stephenh/ts-proto/compare/v1.110.0...v1.110.1) (2022-03-25) diff --git a/package.json b/package.json index 98a4648f5..fa01fac15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.110.1", + "version": "1.110.2", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",