From a2becd49d1a19edac04cda910479abc8c38b16da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Dec 2022 15:15:19 +0000 Subject: [PATCH] chore(release): 1.136.0 [skip ci] # [1.136.0](https://github.com/stephenh/ts-proto/compare/v1.135.3...v1.136.0) (2022-12-14) ### Features * RPC: add useAbortSignal option ([#731](https://github.com/stephenh/ts-proto/issues/731)) ([69313a7](https://github.com/stephenh/ts-proto/commit/69313a7a0f19c41c61824081e12ed680fda32b74)), closes [#730](https://github.com/stephenh/ts-proto/issues/730) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd622def0..0fb67c9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.136.0](https://github.com/stephenh/ts-proto/compare/v1.135.3...v1.136.0) (2022-12-14) + + +### Features + +* RPC: add useAbortSignal option ([#731](https://github.com/stephenh/ts-proto/issues/731)) ([69313a7](https://github.com/stephenh/ts-proto/commit/69313a7a0f19c41c61824081e12ed680fda32b74)), closes [#730](https://github.com/stephenh/ts-proto/issues/730) + ## [1.135.3](https://github.com/stephenh/ts-proto/compare/v1.135.2...v1.135.3) (2022-12-12) diff --git a/package.json b/package.json index beaf1fc79..558380da4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.135.3", + "version": "1.136.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",