diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d71b1edb..ccc7043ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.115.3](https://github.com/stephenh/ts-proto/compare/v1.115.2...v1.115.3) (2022-06-03) + + +### Bug Fixes + +* Fix ts-poet typo in package.json. ([#589](https://github.com/stephenh/ts-proto/issues/589)) ([5211347](https://github.com/stephenh/ts-proto/commit/5211347cb21ac7d117349a32a87c0d017999c44a)) + ## [1.115.2](https://github.com/stephenh/ts-proto/compare/v1.115.1...v1.115.2) (2022-06-03) diff --git a/package.json b/package.json index 6e8a9e8de..468de0564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.115.2", + "version": "1.115.3", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",