From a105d35391f661f1b7447eed25037b06c9c0f80e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Nov 2021 18:16:33 +0000 Subject: [PATCH] chore(release): 1.85.0 [skip ci] # [1.85.0](https://github.com/stephenh/ts-proto/compare/v1.84.0...v1.85.0) (2021-11-02) ### Features * Streaming support ([#373](https://github.com/stephenh/ts-proto/issues/373)) ([459b94f](https://github.com/stephenh/ts-proto/commit/459b94f5b2988d58d186461332e888c3e511603a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a50afa003..e42807441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.85.0](https://github.com/stephenh/ts-proto/compare/v1.84.0...v1.85.0) (2021-11-02) + + +### Features + +* Streaming support ([#373](https://github.com/stephenh/ts-proto/issues/373)) ([459b94f](https://github.com/stephenh/ts-proto/commit/459b94f5b2988d58d186461332e888c3e511603a)) + # [1.84.0](https://github.com/stephenh/ts-proto/compare/v1.83.3...v1.84.0) (2021-11-02) diff --git a/package.json b/package.json index 2f4ffe1ae..e94c497e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.84.0", + "version": "1.85.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",