From e5287bd4b306ca7dbc4b0ac97d6d3efba2177bd6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Feb 2024 14:23:46 +0000 Subject: [PATCH] chore(release): 1.167.6 [skip ci] ## [1.167.6](https://github.com/stephenh/ts-proto/compare/v1.167.5...v1.167.6) (2024-02-17) ### Bug Fixes * conditional export ([#1003](https://github.com/stephenh/ts-proto/issues/1003)) ([4a15839](https://github.com/stephenh/ts-proto/commit/4a15839943b501af750b9d142dba2cb3889b4617)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d43aab7..08502fe1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.167.6](https://github.com/stephenh/ts-proto/compare/v1.167.5...v1.167.6) (2024-02-17) + + +### Bug Fixes + +* conditional export ([#1003](https://github.com/stephenh/ts-proto/issues/1003)) ([4a15839](https://github.com/stephenh/ts-proto/commit/4a15839943b501af750b9d142dba2cb3889b4617)) + ## [1.167.5](https://github.com/stephenh/ts-proto/compare/v1.167.4...v1.167.5) (2024-02-15) diff --git a/package.json b/package.json index 64eb54b89..1543c3a5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.167.5", + "version": "1.167.6", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",