Skip to content

Commit

Permalink
release 2.0 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp authored Nov 24, 2023
1 parent 50f5a18 commit 3783185
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cjs-example",
"private": true,
"version": "1.0.0",
"version": "2.0.0",
"description": "",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esm-example",
"private": true,
"version": "1.0.0",
"version": "2.0.0",
"description": "",
"type": "module",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "borsh",
"version": "1.0.0",
"version": "2.0.0",
"description": "Binary Object Representation Serializer for Hashing",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down

0 comments on commit 3783185

Please sign in to comment.