diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8bf1705..725ac1570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.79.4](https://github.com/stephenh/ts-proto/compare/v1.79.3...v1.79.4) (2021-04-23) + + +### Bug Fixes + +* ignore `$type` field in `DeepPartial` ([#282](https://github.com/stephenh/ts-proto/issues/282)) ([6c5087e](https://github.com/stephenh/ts-proto/commit/6c5087ed489283bf7293a2cdbee71dd83484c68e)) + ## [1.79.3](https://github.com/stephenh/ts-proto/compare/v1.79.2...v1.79.3) (2021-04-16) diff --git a/package.json b/package.json index 62c3d6f8e..4d00e2c8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.79.3", + "version": "1.79.4", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",