diff --git a/CHANGELOG.md b/CHANGELOG.md index b2305d630..18cdb45c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.175.1](https://github.com/stephenh/ts-proto/compare/v1.175.0...v1.175.1) (2024-05-15) + + +### Bug Fixes + +* `outputSchema=true` when `onlyTypes=true` ([#1039](https://github.com/stephenh/ts-proto/issues/1039)) ([064665f](https://github.com/stephenh/ts-proto/commit/064665f064e072f9d530f84e45f605fd4b5a749c)) + # [1.175.0](https://github.com/stephenh/ts-proto/compare/v1.174.0...v1.175.0) (2024-05-13) diff --git a/package.json b/package.json index 0e49c5926..25c9923d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.175.0", + "version": "1.175.1", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",