Skip to content

Commit 28b47d4

Browse files
Version Packages (#9)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4dd4683 commit 28b47d4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/silent-spoons-cheer.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.2.2
4+
5+
### Patch Changes
6+
7+
- 5e296d6: Bump @types/node from 22.13.2 to 22.13.4 in the dev-dependencies group
8+
39
## 0.2.1
410

511
### 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.1",
3+
"version": "0.2.2",
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)