From 58f2e584298dc61a0c74cd7c7226e2ba2f4d052a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Sep 2024 01:07:26 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",