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",