Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2024-09-29)

### Bug Fixes

* Compilation error for nested repeated fields with `useOptionals=all` ([#1113](#1113)) ([e89fc51](e89fc51)), closes [#1112](#1112)
  • Loading branch information
semantic-release-bot committed Sep 29, 2024
1 parent e89fc51 commit 6a8188e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6a8188e

Please sign in to comment.