From fd00568be00c6704a1d1edc55fdfdd63d96998e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Apr 2021 15:21:39 +0000 Subject: [PATCH] chore(release): 1.79.7 [skip ci] ## [1.79.7](https://github.com/stephenh/ts-proto/compare/v1.79.6...v1.79.7) (2021-04-27) ### Bug Fixes * add missing `boolean` to `DeepPartial` ([#287](https://github.com/stephenh/ts-proto/issues/287)) ([ba18380](https://github.com/stephenh/ts-proto/commit/ba1838069c6119516ceb1bfa5bc0242724e2b520)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa54a883..e2de02d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.79.7](https://github.com/stephenh/ts-proto/compare/v1.79.6...v1.79.7) (2021-04-27) + + +### Bug Fixes + +* add missing `boolean` to `DeepPartial` ([#287](https://github.com/stephenh/ts-proto/issues/287)) ([ba18380](https://github.com/stephenh/ts-proto/commit/ba1838069c6119516ceb1bfa5bc0242724e2b520)) + ## [1.79.6](https://github.com/stephenh/ts-proto/compare/v1.79.5...v1.79.6) (2021-04-24) diff --git a/package.json b/package.json index ba2d49a19..1f9ef0d87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.79.6", + "version": "1.79.7", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",