Skip to content

Commit

Permalink
chore(release): 1.140.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.140.0](v1.139.0...v1.140.0) (2023-02-24)

### Features

* `removeEnumPrefix` option ([#779](#779)) ([53733e6](53733e6))
* implementation of useAbortSignal option for grpc-web ([#777](#777)) ([7a3d429](7a3d429))
  • Loading branch information
semantic-release-bot committed Feb 24, 2023
1 parent 5c7678e commit 99650c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.140.0](https://github.com/stephenh/ts-proto/compare/v1.139.0...v1.140.0) (2023-02-24)


### Features

* `removeEnumPrefix` option ([#779](https://github.com/stephenh/ts-proto/issues/779)) ([53733e6](https://github.com/stephenh/ts-proto/commit/53733e61232f19ffb4f30abecd55a63899e2310c))
* implementation of useAbortSignal option for grpc-web ([#777](https://github.com/stephenh/ts-proto/issues/777)) ([7a3d429](https://github.com/stephenh/ts-proto/commit/7a3d4291806568a938e88f53a55683633f26ec4a))

# [1.139.0](https://github.com/stephenh/ts-proto/compare/v1.138.0...v1.139.0) (2023-01-31)


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

0 comments on commit 99650c9

Please sign in to comment.