From 99650c90d63732546984de59773f2bdf43d62bd9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Feb 2023 02:51:25 +0000 Subject: [PATCH] chore(release): 1.140.0 [skip ci] # [1.140.0](https://github.com/stephenh/ts-proto/compare/v1.139.0...v1.140.0) (2023-02-24) ### Features * `removeEnumPrefix` option ([#779](https://github.com/stephenh/ts-proto/issues/779)) ([53733e6](https://github.com/stephenh/ts-proto/commit/53733e61232f19ffb4f30abecd55a63899e2310c)) * implementation of useAbortSignal option for grpc-web ([#777](https://github.com/stephenh/ts-proto/issues/777)) ([7a3d429](https://github.com/stephenh/ts-proto/commit/7a3d4291806568a938e88f53a55683633f26ec4a)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda0c5901..2918db674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.140.0](https://github.com/stephenh/ts-proto/compare/v1.139.0...v1.140.0) (2023-02-24) + + +### Features + +* `removeEnumPrefix` option ([#779](https://github.com/stephenh/ts-proto/issues/779)) ([53733e6](https://github.com/stephenh/ts-proto/commit/53733e61232f19ffb4f30abecd55a63899e2310c)) +* implementation of useAbortSignal option for grpc-web ([#777](https://github.com/stephenh/ts-proto/issues/777)) ([7a3d429](https://github.com/stephenh/ts-proto/commit/7a3d4291806568a938e88f53a55683633f26ec4a)) + # [1.139.0](https://github.com/stephenh/ts-proto/compare/v1.138.0...v1.139.0) (2023-01-31) diff --git a/package.json b/package.json index fdd20d855..7ecdf4178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.139.0", + "version": "1.140.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",