diff --git a/CHANGELOG.md b/CHANGELOG.md index 08abfb870..5d1433773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.104.1](https://github.com/stephenh/ts-proto/compare/v1.104.0...v1.104.1) (2022-02-12) + + +### Bug Fixes + +* make struct types play well with type registry ([#503](https://github.com/stephenh/ts-proto/issues/503)) ([d62f854](https://github.com/stephenh/ts-proto/commit/d62f85478011c7eb3dbca196f79b452895406ece)) + # [1.104.0](https://github.com/stephenh/ts-proto/compare/v1.103.0...v1.104.0) (2022-01-21) diff --git a/package.json b/package.json index 9c0d29b6f..344b75f8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.104.0", + "version": "1.104.1", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",