diff --git a/packages/@justaname.id/siwens/CHANGELOG.md b/packages/@justaname.id/siwens/CHANGELOG.md index 6ef6963f..f4fb9932 100644 --- a/packages/@justaname.id/siwens/CHANGELOG.md +++ b/packages/@justaname.id/siwens/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.11 (2024-09-18) + +This was a version bump only for @justaname.id/siwens to align it with other projects, there were no code changes. + ## 0.0.10 (2024-09-18) This was a version bump only for @justaname.id/siwens to align it with other projects, there were no code changes. diff --git a/packages/@justaname.id/siwens/package.json b/packages/@justaname.id/siwens/package.json index d8a842d8..32f3a07f 100644 --- a/packages/@justaname.id/siwens/package.json +++ b/packages/@justaname.id/siwens/package.json @@ -1,6 +1,6 @@ { "name": "@justaname.id/siwens", - "version": "0.0.10", + "version": "0.0.11", "dependencies": { "ethers": "^6.11.1", "siwe": "^2.3.2" @@ -22,5 +22,11 @@ "module": "./dist/index.esm.js", "main": "./dist/index.cjs.js", "typings": "./dist/index.d.ts", - "private": true + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/JustaName-id/JustaName-sdk" + } }