Skip to content

Commit 69e0c62

Browse files
committed
tiny-decoders v12.0.0
1 parent b0f7b7c commit 69e0c62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Note: I’m currently working on several breaking changes to tiny-decoders, but I’m trying out releasing them piece by piece. The idea is that you can either upgrade version by version only having to deal with one or a few breaking changes at a time, or wait and do a bunch of them at the same time.
22

3-
### Version 12.0.0 (unreleased)
3+
### Version 12.0.0 (2023-10-22)
44

55
This release changes how `fieldsUnion` works. The new way should be easier to use, and it looks more similar to the type definition of a tagged union.
66

package-real.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiny-decoders",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"license": "MIT",
55
"author": "Simon Lydell",
66
"repository": "lydell/tiny-decoders",

0 commit comments

Comments
 (0)