Skip to content

Commit

Permalink
Release 0.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 10, 2025
1 parent f0018e6 commit dee61f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build/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 jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paulmillr/micro-key-producer",
"version": "0.7.2",
"version": "0.7.3",
"exports": {
".": "./src/index.ts",
"./bls.js": "./src/bls.ts",
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": "micro-key-producer",
"version": "0.7.2",
"version": "0.7.3",
"description": "Produces secure keys and passwords. Supports SSH, PGP, BLS, OTP, and many others",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down

0 comments on commit dee61f3

Please sign in to comment.