Skip to content

Commit

Permalink
chore(release): publish v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed May 18, 2022
1 parent 7fdfad1 commit 7a51b18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.2.0",
"version": "5.2.1",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/browser",
"version": "5.2.0",
"version": "5.2.1",
"description": "SimpleWebAuthn for Browsers",
"main": "dist/bundle/index.js",
"unpkg": "dist/bundle/index.umd.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/server",
"version": "5.2.0",
"version": "5.2.1",
"description": "SimpleWebAuthn for Servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simplewebauthn/typescript-types",
"version": "5.2.0",
"version": "5.2.1",
"description": "TypeScript types used by the @simplewebauthn series of libraries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 7a51b18

Please sign in to comment.