From 763abf8632e5e09f721302d936d7786203ae830a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Mar 2024 23:01:17 +0000 Subject: [PATCH] chore(release): 1.171.0 [skip ci] # [1.171.0](https://github.com/stephenh/ts-proto/compare/v1.170.0...v1.171.0) (2024-03-30) ### Features * added useNullAsOptional option ([#1017](https://github.com/stephenh/ts-proto/issues/1017)) ([573f63e](https://github.com/stephenh/ts-proto/commit/573f63e761beef3981539cfbe29f786374186923)), closes [#869](https://github.com/stephenh/ts-proto/issues/869) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03437f19d..68c9c73c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.171.0](https://github.com/stephenh/ts-proto/compare/v1.170.0...v1.171.0) (2024-03-30) + + +### Features + +* added useNullAsOptional option ([#1017](https://github.com/stephenh/ts-proto/issues/1017)) ([573f63e](https://github.com/stephenh/ts-proto/commit/573f63e761beef3981539cfbe29f786374186923)), closes [#869](https://github.com/stephenh/ts-proto/issues/869) + # [1.170.0](https://github.com/stephenh/ts-proto/compare/v1.169.1...v1.170.0) (2024-03-26) diff --git a/package.json b/package.json index 32d79b97b..9e7ad3e5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.170.0", + "version": "1.171.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",