diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acee89aa..45d6473e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.148.1](https://github.com/stephenh/ts-proto/compare/v1.148.0...v1.148.1) (2023-05-25) + + +### Bug Fixes + +* add callback close condition ([#837](https://github.com/stephenh/ts-proto/issues/837)) ([2071c67](https://github.com/stephenh/ts-proto/commit/2071c67650a3ac80ec9b5845fec3227ee47841d0)) + # [1.148.0](https://github.com/stephenh/ts-proto/compare/v1.147.3...v1.148.0) (2023-05-23) diff --git a/package.json b/package.json index 77550d79a..f198d40a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.148.0", + "version": "1.148.1", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",