From 2dfe1127cd074cc3f4a8f6eb0277e4ef338db5ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Nov 2024 14:10:14 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/stephenh/ts-proto/compare/v2.3.0...v2.4.0) (2024-11-25) ### Features * Avoid adding empty trailing comments to oneof unions ([#1140](https://github.com/stephenh/ts-proto/issues/1140)) ([5359e8d](https://github.com/stephenh/ts-proto/commit/5359e8d4b08ad114080f04ec8327bb2379dddd86)), closes [#1136](https://github.com/stephenh/ts-proto/issues/1136) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6c52f00..9d14142d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.4.0](https://github.com/stephenh/ts-proto/compare/v2.3.0...v2.4.0) (2024-11-25) + + +### Features + +* Avoid adding empty trailing comments to oneof unions ([#1140](https://github.com/stephenh/ts-proto/issues/1140)) ([5359e8d](https://github.com/stephenh/ts-proto/commit/5359e8d4b08ad114080f04ec8327bb2379dddd86)), closes [#1136](https://github.com/stephenh/ts-proto/issues/1136) + # [2.3.0](https://github.com/stephenh/ts-proto/compare/v2.2.7...v2.3.0) (2024-11-16) diff --git a/package.json b/package.json index 0afe65bef..facf7ada8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "2.3.0", + "version": "2.4.0", "description": "", "main": "build/src/plugin.js", "repository": "github:stephenh/ts-proto",