summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel.zelawski@outlook.com>2025-04-10 19:30:13 +0200
committerPawel Zelawski <pawel.zelawski@outlook.com>2025-04-10 19:30:13 +0200
commite5a32e3002dfd5c17c847013cd27092f96ac2fba (patch)
tree590c1a3dde73b237235f4aac12bbc81047f849a8 /package.json
parent8978768890b945d36d78eedb0019d877ca327dca (diff)
chore: prepare release 1.0.1v1.0.1
- Bump version from 1.0.0 to 1.0.1 in package.json. - Add CHANGELOG.md to document changes. - Update package-lock.json reflecting the version bump.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8468c97..f03da9d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "digiid-ts",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A modern TypeScript implementation of the DigiID authentication protocol.",
"main": "dist/digiid-ts.umd.js",
"module": "dist/digiid-ts.es.js",