Skip to content

Commit 23f7e17

Browse files
committed
Bump version
1 parent 50a23f9 commit 23f7e17

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"packages": [
33
"packages/siwe",
4-
"packages/siwe-parser"
4+
"packages/siwe-parser",
5+
"package/siwe-test-package"
56
],
67
"npmClient": "npm",
78
"command": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siwe",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Sign-In with Ethereum",
55
"main": "dist/siwe.js",
66
"types": "dist/siwe.d.ts",

0 commit comments

Comments
 (0)