diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b48dec49..a50afa003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 91cf30ef7..2f4ffe1ae 100644 --- a/package.json +++ b/package.json @@ -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",