diff --git a/CHANGELOG.md b/CHANGELOG.md index 106242fa2..dd18b14f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.164.2](https://github.com/stephenh/ts-proto/compare/v1.164.1...v1.164.2) (2023-11-28) + + +### Bug Fixes + +* Don't close client if we've already aborted ([#968](https://github.com/stephenh/ts-proto/issues/968)) ([7ee1507](https://github.com/stephenh/ts-proto/commit/7ee15075b2f35fac92790885c02f5a0edba9a76a)) + ## [1.164.1](https://github.com/stephenh/ts-proto/compare/v1.164.0...v1.164.1) (2023-11-24) diff --git a/package.json b/package.json index 036a76862..a07abf736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.164.1", + "version": "1.164.2", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",