From 1ce5921c324a68fee95181bd127e211b23f52dfb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Dec 2024 12:08:17 +0000 Subject: [PATCH] chore(release): 2.6.1 [skip ci] ## [2.6.1](https://github.com/stephenh/ts-proto/compare/v2.6.0...v2.6.1) (2024-12-27) ### Bug Fixes * update basic grpc implementation ([#1153](https://github.com/stephenh/ts-proto/issues/1153)) ([6ec7909](https://github.com/stephenh/ts-proto/commit/6ec7909f65c87c01c51468f1df898b33dad9fd8e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa3f3770..485225809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.1](https://github.com/stephenh/ts-proto/compare/v2.6.0...v2.6.1) (2024-12-27) + + +### Bug Fixes + +* update basic grpc implementation ([#1153](https://github.com/stephenh/ts-proto/issues/1153)) ([6ec7909](https://github.com/stephenh/ts-proto/commit/6ec7909f65c87c01c51468f1df898b33dad9fd8e)) + # [2.6.0](https://github.com/stephenh/ts-proto/compare/v2.5.1...v2.6.0) (2024-12-09) diff --git a/package.json b/package.json index b7ab2be94..2d0a67073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "2.6.0", + "version": "2.6.1", "description": "", "main": "build/src/plugin.js", "repository": "github:stephenh/ts-proto",