Skip to content

Commit

Permalink
chore(release): 1.167.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.167.7](v1.167.6...v1.167.7) (2024-02-17)

### Bug Fixes

* Use as any on globalThis.Buffer check. ([#1004](#1004)) ([11d06b4](11d06b4)), closes [#967](#967)
  • Loading branch information
semantic-release-bot committed Feb 17, 2024
1 parent 11d06b4 commit 308d27a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 308d27a

Please sign in to comment.