From 54661eb3533c5504fa2ba5b195a0a593a952a829 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Aug 2023 12:41:25 +0000 Subject: [PATCH] chore(release): 1.156.4 [skip ci] ## [1.156.4](https://github.com/stephenh/ts-proto/compare/v1.156.3...v1.156.4) (2023-08-15) ### Bug Fixes * enum default value when remove-enum-prefix and string-enum both on ([#902](https://github.com/stephenh/ts-proto/issues/902)) ([594b137](https://github.com/stephenh/ts-proto/commit/594b137cdffbf6256b9d0ee6bb82822ce22c7b94)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f678dc2d..740775e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.156.4](https://github.com/stephenh/ts-proto/compare/v1.156.3...v1.156.4) (2023-08-15) + + +### Bug Fixes + +* enum default value when remove-enum-prefix and string-enum both on ([#902](https://github.com/stephenh/ts-proto/issues/902)) ([594b137](https://github.com/stephenh/ts-proto/commit/594b137cdffbf6256b9d0ee6bb82822ce22c7b94)) + ## [1.156.3](https://github.com/stephenh/ts-proto/compare/v1.156.2...v1.156.3) (2023-08-13) diff --git a/package.json b/package.json index 1c61cc4d6..efa097ff7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.156.3", + "version": "1.156.4", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",