From d444507abf10ad1cace2d7befc324a92733a0f43 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 May 2024 04:24:44 +0000 Subject: [PATCH] chore(release): 1.174.0 [skip ci] # [1.174.0](https://github.com/stephenh/ts-proto/compare/v1.173.0...v1.174.0) (2024-05-01) ### Features * add generated code comments ([#1037](https://github.com/stephenh/ts-proto/issues/1037)) ([cdd4a76](https://github.com/stephenh/ts-proto/commit/cdd4a76238e292cb00d6a09d84e6b393ddde8204)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36266369d..208fd9302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.174.0](https://github.com/stephenh/ts-proto/compare/v1.173.0...v1.174.0) (2024-05-01) + + +### Features + +* add generated code comments ([#1037](https://github.com/stephenh/ts-proto/issues/1037)) ([cdd4a76](https://github.com/stephenh/ts-proto/commit/cdd4a76238e292cb00d6a09d84e6b393ddde8204)) + # [1.173.0](https://github.com/stephenh/ts-proto/compare/v1.172.0...v1.173.0) (2024-04-30) diff --git a/package.json b/package.json index 935750fe8..22b6419aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.173.0", + "version": "1.174.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",