From 37d3a395b7243520e819bb09f1a838afc871070d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Nov 2024 12:18:59 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/stephenh/ts-proto/compare/v2.2.7...v2.3.0) (2024-11-16) ### Features * add support for comments on union fields in generateOneofProperty ([#1136](https://github.com/stephenh/ts-proto/issues/1136)) ([c933c9c](https://github.com/stephenh/ts-proto/commit/c933c9c46dbaa278b33b16270bab51063ccb513c)), closes [#1122](https://github.com/stephenh/ts-proto/issues/1122) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9efb7da37..9f6c52f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/stephenh/ts-proto/compare/v2.2.7...v2.3.0) (2024-11-16) + + +### Features + +* add support for comments on union fields in generateOneofProperty ([#1136](https://github.com/stephenh/ts-proto/issues/1136)) ([c933c9c](https://github.com/stephenh/ts-proto/commit/c933c9c46dbaa278b33b16270bab51063ccb513c)), closes [#1122](https://github.com/stephenh/ts-proto/issues/1122) + ## [2.2.7](https://github.com/stephenh/ts-proto/compare/v2.2.6...v2.2.7) (2024-11-11) diff --git a/package.json b/package.json index bfeb8c128..0afe65bef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "2.2.7", + "version": "2.3.0", "description": "", "main": "build/src/plugin.js", "repository": "github:stephenh/ts-proto",