diff --git a/CHANGELOG.md b/CHANGELOG.md index 08502fe1a..193916394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.167.7](https://github.com/stephenh/ts-proto/compare/v1.167.6...v1.167.7) (2024-02-17) + + +### Bug Fixes + +* Use as any on globalThis.Buffer check. ([#1004](https://github.com/stephenh/ts-proto/issues/1004)) ([11d06b4](https://github.com/stephenh/ts-proto/commit/11d06b4455a1f27793bfe172fffaf05b7a3400db)), closes [#967](https://github.com/stephenh/ts-proto/issues/967) + ## [1.167.6](https://github.com/stephenh/ts-proto/compare/v1.167.5...v1.167.6) (2024-02-17) diff --git a/package.json b/package.json index 1543c3a5d..e88dcd946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-proto", - "version": "1.167.6", + "version": "1.167.7", "description": "", "main": "build/plugin.js", "repository": "github:stephenh/ts-proto",