diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0fdcea3..68dcf504e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.79.2](https://github.com/stephenh/ts-proto/compare/v1.79.1...v1.79.2) (2021-04-07) + + +### Bug Fixes + +* Use the right Metadata for grpc-web. Fixes [#270](https://github.com/stephenh/ts-proto/issues/270). ([#271](https://github.com/stephenh/ts-proto/issues/271)) ([640e645](https://github.com/stephenh/ts-proto/commit/640e645dd93cd0e04abac17de9899aa6a172ac37)) + ## [1.79.1](https://github.com/stephenh/ts-proto/compare/v1.79.0...v1.79.1) (2021-04-04) diff --git a/package.json b/package.json index 1a367ef2e..757c4f606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.79.1", + "version": "1.79.2", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",