Skip to content

Commit

Permalink
chore(release): 1.137.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.137.0](v1.136.1...v1.137.0) (2022-12-29)

### Bug Fixes

* Additional fix for structs with useMapType. ([#743](#743)) ([3264b0f](3264b0f))
* Fix codegen for google.protobuf.Struct with useMapType=true ([#740](#740)) ([0647151](0647151))

### Features

* added bigint force long option ([#742](#742)) ([3964e57](3964e57))
  • Loading branch information
semantic-release-bot committed Dec 29, 2022
1 parent 3264b0f commit e944e71
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
# [1.137.0](https://github.com/stephenh/ts-proto/compare/v1.136.1...v1.137.0) (2022-12-29)


### Bug Fixes

* Additional fix for structs with useMapType. ([#743](https://github.com/stephenh/ts-proto/issues/743)) ([3264b0f](https://github.com/stephenh/ts-proto/commit/3264b0f4a98f3e00b262ce8af7927b0bc0375160))
* Fix codegen for google.protobuf.Struct with useMapType=true ([#740](https://github.com/stephenh/ts-proto/issues/740)) ([0647151](https://github.com/stephenh/ts-proto/commit/0647151b356d7b22f8baf72b70f5a0353259b404))


### Features

* added bigint force long option ([#742](https://github.com/stephenh/ts-proto/issues/742)) ([3964e57](https://github.com/stephenh/ts-proto/commit/3964e575a6bdf90bbde937bcc71ac1f0255831b3))

## [1.136.1](https://github.com/stephenh/ts-proto/compare/v1.136.0...v1.136.1) (2022-12-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts-proto",
"version": "1.136.1",
"version": "1.137.0",
"description": "",
"main": "build/plugin.js",
"repository": "github:stephenh/ts-proto",
Expand Down

0 comments on commit e944e71

Please sign in to comment.