Skip to content

Commit 58eba4b

Browse files
Version Packages (#25)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d8a78d9 commit 58eba4b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/eight-days-boil.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# zorsh
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- d8a78d9: fix(enum): use direct enum types instead of value unions
8+
39
## 0.3.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zorsh/zorsh",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A TypeScript-first implementation of the Borsh binary serialization format, with a modern Zod-like API and full type inference.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)