Skip to content

Commit 60fdafe

Browse files
authored
Revision 0.34.38 (#1285)
* ChangeLog * Version
1 parent 97e3154 commit 60fdafe

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelog/0.34.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
---
44

55
### Revision Updates
6+
- [Revision 0.34.38](https://github.com/sinclairzx81/typebox/pull/1282)
7+
- Preserve exact type matches in Union conversion
68
- [Revision 0.34.37](https://github.com/sinclairzx81/typebox/pull/1278)
79
- Fix Support nested Union selection when scoring for Cast
810
- [Revision 0.34.36](https://github.com/sinclairzx81/typebox/pull/1276)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sinclair/typebox",
3-
"version": "0.34.37",
3+
"version": "0.34.38",
44
"description": "Json Schema Type Builder with Static Type Resolution for TypeScript",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)