Skip to content

Commit

Permalink
Release 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 18, 2025
1 parent b7862a0 commit 1f84299
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/post-quantum",
"version": "0.3.0",
"version": "0.3.1",
"exports": {
".": "./src/index.ts",
"./_crystals": "./src/_crystals.ts",
Expand All @@ -10,7 +10,7 @@
"./utils": "./src/utils.ts"
},
"imports": {
"@noble/hashes": "jsr:@noble/[email protected].0"
"@noble/hashes": "jsr:@noble/[email protected].1"
},
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/post-quantum",
"version": "0.3.0",
"version": "0.3.1",
"description": "Auditable & minimal JS implementation of post-quantum public-key cryptography: FIPS 203, 204, 205",
"files": [
"*.js",
Expand Down
2 changes: 1 addition & 1 deletion test/build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f84299

Please sign in to comment.