diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b8f060a..2bae8389b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/stephenh/ts-proto/compare/v2.1.0...v2.2.0) (2024-09-06) + + +### Features + +* Add interface for static message methods ([#1104](https://github.com/stephenh/ts-proto/issues/1104)) ([faa33b6](https://github.com/stephenh/ts-proto/commit/faa33b6f5170cabe4010c95d5f0a68b9f04f686b)) + # [2.1.0](https://github.com/stephenh/ts-proto/compare/v2.0.4...v2.1.0) (2024-09-04) diff --git a/package.json b/package.json index 34dd23c4d..3d83951d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "2.1.0", + "version": "2.2.0", "description": "", "main": "build/src/plugin.js", "repository": "github:stephenh/ts-proto",