From 7edc991d83f6351d41b1cc69c40d6ff391dbbd56 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Apr 2021 14:32:44 +0000 Subject: [PATCH] chore(release): 1.79.3 [skip ci] ## [1.79.3](https://github.com/stephenh/ts-proto/compare/v1.79.2...v1.79.3) (2021-04-16) ### Bug Fixes * Add long dep to ts-proto-descriptors. ([#275](https://github.com/stephenh/ts-proto/issues/275)) ([0d20827](https://github.com/stephenh/ts-proto/commit/0d20827dbae5195d30a3094c4ea5e98833909daa)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68dcf504e..cb8bf1705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.79.3](https://github.com/stephenh/ts-proto/compare/v1.79.2...v1.79.3) (2021-04-16) + + +### Bug Fixes + +* Add long dep to ts-proto-descriptors. ([#275](https://github.com/stephenh/ts-proto/issues/275)) ([0d20827](https://github.com/stephenh/ts-proto/commit/0d20827dbae5195d30a3094c4ea5e98833909daa)) + ## [1.79.2](https://github.com/stephenh/ts-proto/compare/v1.79.1...v1.79.2) (2021-04-07) diff --git a/package.json b/package.json index f55744b31..62c3d6f8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.79.2", + "version": "1.79.3", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",