Skip to content

Commit 5cfc240

Browse files
Merge pull request #162 from GameBridgeAI/changelog-updates-2.1.0
Update changelog for v2.1.0 release
2 parents 00bcccc + 6623436 commit 5cfc240

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [v2.1.0] - 2025-05-08
9+
## [v2.1.0] - 2025-06-04
1010

1111
### Changed
1212

@@ -19,13 +19,12 @@ and this project adheres to
1919
- support node 22
2020
- add typescript hints for overrides
2121
- `catch(e)` where `e` is now `unknown` previously `any`
22-
- adds wrapper for error messages
22+
- adds wrapper for error messages
2323
- add member accessor for all classes
24-
- fix #151 Allow the fromSerializationStrategy to handle null in place of an
24+
- fix #151 Allow the fromSerializationStrategy to handle null in place of a
2525
serializable object.
2626
- test use the Deno.test function for shimmed tests with DNT
2727
- add deno.json
28-
- add deno.lock
2928
- remove test_deps.ts and test_deps_test.ts
3029
- add jsr:@std/assert
3130
- add jsr:@std/cli

0 commit comments

Comments
 (0)