diff --git a/CHANGELOG.md b/CHANGELOG.md index e1101913f..36266369d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.173.0](https://github.com/stephenh/ts-proto/compare/v1.172.0...v1.173.0) (2024-04-30) + + +### Features + +* Add js type support ([#1030](https://github.com/stephenh/ts-proto/issues/1030)) ([0dd951b](https://github.com/stephenh/ts-proto/commit/0dd951bf4d1a4c48f3d261c85cfa03586d20c13c)), closes [#958](https://github.com/stephenh/ts-proto/issues/958) + # [1.172.0](https://github.com/stephenh/ts-proto/compare/v1.171.0...v1.172.0) (2024-04-13) diff --git a/package.json b/package.json index a3db0ef0c..935750fe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.172.0", + "version": "1.173.0", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",