Skip to content

Commit

Permalink
chore(release): 1.137.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.137.2](v1.137.1...v1.137.2) (2023-01-09)

### Bug Fixes

* repeated uint64 fields do not encode properly with bigint option ([#751](#751)) ([dcdd7e2](dcdd7e2))
  • Loading branch information
semantic-release-bot committed Jan 9, 2023
1 parent dcdd7e2 commit ed4266b
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.137.2](https://github.com/stephenh/ts-proto/compare/v1.137.1...v1.137.2) (2023-01-09)


### Bug Fixes

* repeated uint64 fields do not encode properly with bigint option ([#751](https://github.com/stephenh/ts-proto/issues/751)) ([dcdd7e2](https://github.com/stephenh/ts-proto/commit/dcdd7e23479721d127138eeda8b143c100a0730a))

## [1.137.1](https://github.com/stephenh/ts-proto/compare/v1.137.0...v1.137.1) (2023-01-07)


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

0 comments on commit ed4266b

Please sign in to comment.