From 26fad31c06f743aef2a02e954834ad904044259c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Aug 2023 18:00:21 +0000 Subject: [PATCH] chore(release): 1.156.6 [skip ci] ## [1.156.6](https://github.com/stephenh/ts-proto/compare/v1.156.5...v1.156.6) (2023-08-16) ### Bug Fixes * use correct imports for optional fields ([#904](https://github.com/stephenh/ts-proto/issues/904)) ([fa13ec7](https://github.com/stephenh/ts-proto/commit/fa13ec752c6564af045081548f5fc5cabb687151)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed9ff237..f521a6547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.156.6](https://github.com/stephenh/ts-proto/compare/v1.156.5...v1.156.6) (2023-08-16) + + +### Bug Fixes + +* use correct imports for optional fields ([#904](https://github.com/stephenh/ts-proto/issues/904)) ([fa13ec7](https://github.com/stephenh/ts-proto/commit/fa13ec752c6564af045081548f5fc5cabb687151)) + ## [1.156.5](https://github.com/stephenh/ts-proto/compare/v1.156.4...v1.156.5) (2023-08-15) diff --git a/package.json b/package.json index 52c63068d..07ef71902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.156.5", + "version": "1.156.6", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",