Skip to content

Commit

Permalink
chore(release): 1.181.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.181.1](v1.181.0...v1.181.1) (2024-07-13)

### Bug Fixes

* Incorrect message names in the generated code for repeated fields ([#1073](#1073)) ([8a95d8e](8a95d8e)), closes [#1072](#1072)
  • Loading branch information
semantic-release-bot committed Jul 13, 2024
1 parent 8a95d8e commit 76243a8
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 @@
## [1.181.1](https://github.com/stephenh/ts-proto/compare/v1.181.0...v1.181.1) (2024-07-13)


### Bug Fixes

* Incorrect message names in the generated code for repeated fields ([#1073](https://github.com/stephenh/ts-proto/issues/1073)) ([8a95d8e](https://github.com/stephenh/ts-proto/commit/8a95d8e0983a38e604b6990461e726db566ff311)), closes [#1072](https://github.com/stephenh/ts-proto/issues/1072)

# [1.181.0](https://github.com/stephenh/ts-proto/compare/v1.180.0...v1.181.0) (2024-07-01)


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": "1.181.0",
"version": "1.181.1",
"description": "",
"main": "build/plugin.js",
"repository": "github:stephenh/ts-proto",
Expand Down

0 comments on commit 76243a8

Please sign in to comment.