diff options
| author | Pawel Zelawski <pawel.zelawski@outlook.com> | 2026-01-23 10:54:10 +0100 |
|---|---|---|
| committer | Pawel Zelawski <pawel.zelawski@outlook.com> | 2026-01-23 10:54:10 +0100 |
| commit | 491058ae03ba1f0ae70fe3c684002c9e8e864a53 (patch) | |
| tree | 1d492d8ceae875d2840578f848fa2f8147ec3bf5 | |
| parent | 8c32933900e3ed4aa294b6c06403bd406129d349 (diff) | |
chore: bump to v2.0.0v2.0.0
| -rw-r--r-- | package-lock.json | 4 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index d91f4a9..d3fa4ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "digiid-ts", - "version": "1.1.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "digiid-ts", - "version": "1.1.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "@noble/curves": "^2.0.1", diff --git a/package.json b/package.json index d2fe833..e326047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digiid-ts", - "version": "1.1.1", + "version": "2.0.0", "description": "A modern TypeScript implementation of the DigiID authentication protocol.", "main": "dist/digiid-ts.umd.js", "module": "dist/digiid-ts.es.js", @@ -78,4 +78,4 @@ "glob": "^10.5.0", "brace-expansion": "^2.0.2" } -}
\ No newline at end of file +} |
