Skip to content

Commit 4622496

Browse files
committed
v1.0.0
1 parent d93acbe commit 4622496

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ All notable changes to this project will be documented in this file.
1111
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

14+
## [1.0.0] - 2024-12-10
15+
16+
### Changed
17+
18+
- The branding technique for string types such as `StringUserID` has
19+
been changed to enable compatibility with libraries like zod, which
20+
seem to want to structurally replicate types rather than refer to
21+
them by name.
22+
1423
## [0.2.0] - 2024-09-11
1524

1625
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@the-draupnir-project/matrix-basic-types",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)