diff --git a/package-lock.json b/package-lock.json index be71409..e852e60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@navikt/fnrvalidator", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@navikt/fnrvalidator", - "version": "2.0.5", + "version": "2.0.6", "license": "MIT", "dependencies": { "typescript": "^5.4.2" diff --git a/package.json b/package.json index 419658a..5c265c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/fnrvalidator", - "version": "2.0.5", + "version": "2.0.6", "description": "Validation for Norwegian national id numbers (\"fødselsnummer\" and \"d-nummer\")", "scripts": { "build": "tsc",