diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c9c73c8..e1101913f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.172.0](https://github.com/stephenh/ts-proto/compare/v1.171.0...v1.172.0) (2024-04-13) + + +### Features + +* export options types ([#1027](https://github.com/stephenh/ts-proto/issues/1027)) ([9652586](https://github.com/stephenh/ts-proto/commit/965258656efaa07cc8b72feb8c6b8e202a000940)) + # [1.171.0](https://github.com/stephenh/ts-proto/compare/v1.170.0...v1.171.0) (2024-03-30) diff --git a/package.json b/package.json index ebf674b34..c4035b0a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.171.0", + "version": "1.172.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",