From e5a32e3002dfd5c17c847013cd27092f96ac2fba Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Thu, 10 Apr 2025 19:30:13 +0200 Subject: chore: prepare release 1.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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3