From 6a8188e1cae80b14fcab17adc42cb06539d3fcd2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Sep 2024 21:14:39 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [2.2.1](https://github.com/stephenh/ts-proto/compare/v2.2.0...v2.2.1) (2024-09-29) ### Bug Fixes * Compilation error for nested repeated fields with `useOptionals=all` ([#1113](https://github.com/stephenh/ts-proto/issues/1113)) ([e89fc51](https://github.com/stephenh/ts-proto/commit/e89fc51fcc3ba494a81884cc136779202d3f1e16)), closes [#1112](https://github.com/stephenh/ts-proto/issues/1112) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dfe3d6b8..7e3feb2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://github.com/stephenh/ts-proto/compare/v2.2.0...v2.2.1) (2024-09-29) + + +### Bug Fixes + +* Compilation error for nested repeated fields with `useOptionals=all` ([#1113](https://github.com/stephenh/ts-proto/issues/1113)) ([e89fc51](https://github.com/stephenh/ts-proto/commit/e89fc51fcc3ba494a81884cc136779202d3f1e16)), closes [#1112](https://github.com/stephenh/ts-proto/issues/1112) + # [2.2.0](https://github.com/stephenh/ts-proto/compare/v2.1.0...v2.2.0) (2024-09-06) diff --git a/package.json b/package.json index 3d83951d7..0696179a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "2.2.0", + "version": "2.2.1", "description": "", "main": "build/src/plugin.js", "repository": "github:stephenh/ts-proto",