Skip to content

Commit

Permalink
chore(release): 1.156.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.156.7](v1.156.6...v1.156.7) (2023-08-18)

### Bug Fixes

* always use Map for int64 keys ([#708](#708)) ([#905](#905)) ([cf2fb59](cf2fb59))
  • Loading branch information
semantic-release-bot committed Aug 18, 2023
1 parent cf2fb59 commit be5c22e
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.156.7](https://github.com/stephenh/ts-proto/compare/v1.156.6...v1.156.7) (2023-08-18)


### Bug Fixes

* always use Map for int64 keys ([#708](https://github.com/stephenh/ts-proto/issues/708)) ([#905](https://github.com/stephenh/ts-proto/issues/905)) ([cf2fb59](https://github.com/stephenh/ts-proto/commit/cf2fb59de20f8a60ead23294439dacbdbe6dfc14))

## [1.156.6](https://github.com/stephenh/ts-proto/compare/v1.156.5...v1.156.6) (2023-08-16)


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

0 comments on commit be5c22e

Please sign in to comment.