From 6b6115a49faff4223aac140f614c04ad1117da85 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Apr 2024 15:55:05 +0000 Subject: [PATCH] chore(release): 1.172.0 [skip ci] # [1.172.0](https://github.com/stephenh/ts-proto/compare/v1.171.0...v1.172.0) (2024-04-13) ### Features * export options types ([#1027](https://github.com/stephenh/ts-proto/issues/1027)) ([9652586](https://github.com/stephenh/ts-proto/commit/965258656efaa07cc8b72feb8c6b8e202a000940)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c9c73c8..e1101913f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.172.0](https://github.com/stephenh/ts-proto/compare/v1.171.0...v1.172.0) (2024-04-13) + + +### Features + +* export options types ([#1027](https://github.com/stephenh/ts-proto/issues/1027)) ([9652586](https://github.com/stephenh/ts-proto/commit/965258656efaa07cc8b72feb8c6b8e202a000940)) + # [1.171.0](https://github.com/stephenh/ts-proto/compare/v1.170.0...v1.171.0) (2024-03-30) diff --git a/package.json b/package.json index ebf674b34..c4035b0a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.171.0", + "version": "1.172.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",