Skip to content

Commit 487d86f

Browse files
Version Packages (#19)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 32b75ea commit 487d86f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/blue-snakes-love.md

-5
This file was deleted.

.changeset/five-lemons-kneel.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 32b75ea: Add support for TypeScript native enums via the new `b.nativeEnum()` function
8+
9+
### Patch Changes
10+
11+
- e479f0f: Bump lefthook from 1.11.1 to 1.11.2 in the dev-dependencies group
12+
313
## 0.2.3
414

515
### Patch 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.2.3",
3+
"version": "0.3.0",
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)