diff --git a/CHANGELOG.md b/CHANGELOG.md index 627bc490e..b38ed8bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.110.1](https://github.com/stephenh/ts-proto/compare/v1.110.0...v1.110.1) (2022-03-25) + + +### Bug Fixes + +* Use a module star import for protobuf types. ([#540](https://github.com/stephenh/ts-proto/issues/540)) ([f5b7700](https://github.com/stephenh/ts-proto/commit/f5b770083dffe72338beb4a09432a2a917760eae)) + # [1.110.0](https://github.com/stephenh/ts-proto/compare/v1.109.1...v1.110.0) (2022-03-15) diff --git a/package.json b/package.json index 28da2dc3b..98a4648f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.110.0", + "version": "1.110.1", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",