From 13e0a89ed89b23e44c3a73bab98b50e4ddbc64bf Mon Sep 17 00:00:00 2001 From: Governikus Date: Wed, 17 Jul 2024 14:23:47 +0200 Subject: [PATCH] Release identglue V1.0.11 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1524661..51d3360 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The script exports all functions under the `AusweisApp2` namespace on the global or use the direct call to the script with a specific version. ```html - + ``` ## Usage diff --git a/package-lock.json b/package-lock.json index dc1d957..2c115aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ausweisapp2/identglue", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ausweisapp2/identglue", - "version": "1.0.10", + "version": "1.0.11", "license": "EUPL-1.2", "devDependencies": { "@babel/core": "^7.20.12", diff --git a/package.json b/package.json index 093bddf..722b25c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ausweisapp2/identglue", - "version": "1.0.10", + "version": "1.0.11", "description": "This library allows webpages to integrate seamlessly with the German eID system. It provides client-side helpers to detect or open an eID client and start an identification process from the browser.", "files": [ "dist"