From 14a55eecc1eb168b8d2151b3734be06828c67b2f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Dec 2024 04:09:00 +0000 Subject: [PATCH] chore(release): 2.5.1 [skip ci] ## [2.5.1](https://github.com/stephenh/ts-proto/compare/v2.5.0...v2.5.1) (2024-12-09) ### Bug Fixes * google protobuf timestamps don't properly get suffixed when useDate=false and prefix/suffix ([#1146](https://github.com/stephenh/ts-proto/issues/1146)) ([53f799e](https://github.com/stephenh/ts-proto/commit/53f799e34b75940aeafec0fafa50f3bd5849dcad)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0019743e..1fe8f69e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.1](https://github.com/stephenh/ts-proto/compare/v2.5.0...v2.5.1) (2024-12-09) + + +### Bug Fixes + +* google protobuf timestamps don't properly get suffixed when useDate=false and prefix/suffix ([#1146](https://github.com/stephenh/ts-proto/issues/1146)) ([53f799e](https://github.com/stephenh/ts-proto/commit/53f799e34b75940aeafec0fafa50f3bd5849dcad)) + # [2.5.0](https://github.com/stephenh/ts-proto/compare/v2.4.2...v2.5.0) (2024-12-03) diff --git a/package.json b/package.json index 50459342f..2594a2411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "2.5.0", + "version": "2.5.1", "description": "", "main": "build/src/plugin.js", "repository": "github:stephenh/ts-proto",