diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e3feb2d0..6b5dbfe4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.2](https://github.com/stephenh/ts-proto/compare/v2.2.1...v2.2.2) (2024-10-04) + + +### Bug Fixes + +* prefix and suffixes were not being applied to to/fromTimestamp resulting in compile error ([#1118](https://github.com/stephenh/ts-proto/issues/1118)) ([22c2905](https://github.com/stephenh/ts-proto/commit/22c2905ca53c88bdb2802386d414d584a451aa4c)) + ## [2.2.1](https://github.com/stephenh/ts-proto/compare/v2.2.0...v2.2.1) (2024-09-29) diff --git a/package.json b/package.json index 0696179a1..1348bffa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "2.2.1", + "version": "2.2.2", "description": "", "main": "build/src/plugin.js", "repository": "github:stephenh/ts-proto",