Skip to content

Commit

Permalink
chore(release): 1.84.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.84.0](v1.83.3...v1.84.0) (2021-11-02)

### Features

* Reduce code size by using nullish coalescing operator in fromPartial ([#376](#376)) ([19d2ded](19d2ded))
  • Loading branch information
semantic-release-bot committed Nov 2, 2021
1 parent 19d2ded commit 642d74c
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.84.0](https://github.com/stephenh/ts-proto/compare/v1.83.3...v1.84.0) (2021-11-02)


### Features

* Reduce code size by using nullish coalescing operator in fromPartial ([#376](https://github.com/stephenh/ts-proto/issues/376)) ([19d2ded](https://github.com/stephenh/ts-proto/commit/19d2deda2cf7c47b1b56bfc65cf58653291dba4a))

## [1.83.3](https://github.com/stephenh/ts-proto/compare/v1.83.2...v1.83.3) (2021-10-28)


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

0 comments on commit 642d74c

Please sign in to comment.