Skip to content

Commit 6b095e8

Browse files
chore(release): 2.10.1 [skip ci]
## [2.10.1](v2.10.0...v2.10.1) (2025-12-25) ### Bug Fixes * Use globalThis.Object to avoid name collision with the message name ([#1240](#1240)) ([d5713c9](d5713c9)), closes [#1239](#1239) [#988](#988)
1 parent d5713c9 commit 6b095e8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.10.1](https://github.com/stephenh/ts-proto/compare/v2.10.0...v2.10.1) (2025-12-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Use globalThis.Object to avoid name collision with the message name ([#1240](https://github.com/stephenh/ts-proto/issues/1240)) ([d5713c9](https://github.com/stephenh/ts-proto/commit/d5713c999821e32619953d2449bdef8fd3fb012f)), closes [#1239](https://github.com/stephenh/ts-proto/issues/1239) [#988](https://github.com/stephenh/ts-proto/issues/988)
7+
18
# [2.10.0](https://github.com/stephenh/ts-proto/compare/v2.9.0...v2.10.0) (2025-12-21)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-proto",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"description": "",
55
"main": "build/src/plugin.js",
66
"repository": "github:stephenh/ts-proto",

0 commit comments

Comments
 (0)