Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Oct 9, 2022
1 parent ecf4ae0 commit 8605a2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blake3-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c4312/blake3-internal",
"version": "2.1.7",
"version": "3.0.0",
"description": "Internal shared package for BLAKE3 bindings",
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion blake3-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c4312/blake3-native",
"version": "2.1.7",
"version": "3.0.0",
"description": "BLAKE3 hashing for JavaScript: native Node bindings only",
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion blake3-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blake3-wasm",
"version": "2.1.7",
"version": "3.0.0",
"description": "BLAKE3 hashing for JavaScript: WebAssembly bindings only",
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion blake3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blake3",
"version": "2.1.7",
"version": "3.0.0",
"description": "BLAKE3 hashing for JavaScript",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 8605a2a

Please sign in to comment.