From e92d9dccc3f0a2913d3180b7a93501fc38de2e26 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Dec 2024 15:09:17 +0000 Subject: [PATCH] chore(release): 2.6.0 [skip ci] # [2.6.0](https://github.com/stephenh/ts-proto/compare/v2.5.1...v2.6.0) (2024-12-09) ### Features * Make sure all types support prefix/suffix ([#1148](https://github.com/stephenh/ts-proto/issues/1148)) ([ddf2122](https://github.com/stephenh/ts-proto/commit/ddf21224d76f63e28e915889aa931c170cde4734)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe8f69e3..ffa3f3770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.6.0](https://github.com/stephenh/ts-proto/compare/v2.5.1...v2.6.0) (2024-12-09) + + +### Features + +* Make sure all types support prefix/suffix ([#1148](https://github.com/stephenh/ts-proto/issues/1148)) ([ddf2122](https://github.com/stephenh/ts-proto/commit/ddf21224d76f63e28e915889aa931c170cde4734)) + ## [2.5.1](https://github.com/stephenh/ts-proto/compare/v2.5.0...v2.5.1) (2024-12-09) diff --git a/package.json b/package.json index 2594a2411..b7ab2be94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "2.5.1", + "version": "2.6.0", "description": "", "main": "build/src/plugin.js", "repository": "github:stephenh/ts-proto",