Skip to content

Commit f09a9d1

Browse files
chore: bump version to 2.1.0
# [2.1.0](v2.0.0...v2.1.0) (2026-02-14) ### Bug Fixes * **types:** correct Destroy parameter type from BrowserViewInit to BrowserViewPopup ([60270ab](60270ab)) ### Features * added types for `StoreItemCache` ([b85b86d](b85b86d)) * **compare:** implement intelligent handling of synthetic extended base interfaces during comparison ([f714e55](f714e55)) * **protobufs:** Updated and regenerated protobuf types ([612e7c8](612e7c8)) * **types:** add LocalizationManager types ([52d0fe3](52d0fe3)) * **types:** add NavigationStore global type ([37ca23c](37ca23c)) * **types:** add SteamClient.System.Network, SteamClient.System.Audio types and networking protobufs ([783d995](783d995)) * **types:** type ChatStore message types and other small changes ([b8af988](b8af988)) * **types:** Update SteamClient types and improve EmoticonStore types ([0a4254c](0a4254c)) * update all types for steam version 1769025840 ([b3aee36](b3aee36))
1 parent 612e7c8 commit f09a9d1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [2.1.0](https://github.com/BossSloth/SteamTypes/compare/v2.0.0...v2.1.0) (2026-02-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** correct Destroy parameter type from BrowserViewInit to BrowserViewPopup ([60270ab](https://github.com/BossSloth/SteamTypes/commit/60270ab3924b3d80ce1da594efb72a7730c6a0be))
7+
8+
9+
### Features
10+
11+
* added types for `StoreItemCache` ([b85b86d](https://github.com/BossSloth/SteamTypes/commit/b85b86d7fc55e56a8b6191087d320cbcbc1b9f78))
12+
* **compare:** implement intelligent handling of synthetic extended base interfaces during comparison ([f714e55](https://github.com/BossSloth/SteamTypes/commit/f714e55b82f00c6447bafd411e72c59bab7696ce))
13+
* **protobufs:** Updated and regenerated protobuf types ([612e7c8](https://github.com/BossSloth/SteamTypes/commit/612e7c87cc648b084425094373edf777df97e51d))
14+
* **types:** add LocalizationManager types ([52d0fe3](https://github.com/BossSloth/SteamTypes/commit/52d0fe3f10e4757f65daf9b766e368dda754eb29))
15+
* **types:** add NavigationStore global type ([37ca23c](https://github.com/BossSloth/SteamTypes/commit/37ca23c75fd4de15f3eef97920a34a7ab662dcce))
16+
* **types:** add SteamClient.System.Network, SteamClient.System.Audio types and networking protobufs ([783d995](https://github.com/BossSloth/SteamTypes/commit/783d995de918598b7c4767274f2c5737f55a68b0))
17+
* **types:** type ChatStore message types and other small changes ([b8af988](https://github.com/BossSloth/SteamTypes/commit/b8af988a9a565c7d69d77e4989edba4dbbd00176))
18+
* **types:** Update SteamClient types and improve EmoticonStore types ([0a4254c](https://github.com/BossSloth/SteamTypes/commit/0a4254c83c35848470d9e04c566c6bc39e76e7fd))
19+
* update all types for steam version 1769025840 ([b3aee36](https://github.com/BossSloth/SteamTypes/commit/b3aee36a29519496f5e0fc5847c36872b6b57b4a))
20+
121
# [2.0.0](https://github.com/BossSloth/SteamTypes/compare/v1.0.2...v2.0.0) (2025-12-12)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "steam-types",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"author": "BossSloth",
66
"description": "TypeScript type definitions for the Steam client",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)