diff --git a/package-lock.json b/package-lock.json index f1ff2f061..23a35d64f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@layer5/sistent", - "version": "0.14.2", + "version": "0.14.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@layer5/sistent", - "version": "0.14.2", + "version": "0.14.3", "hasInstallScript": true, "devDependencies": { "@commitlint/cli": "^17.7.2", diff --git a/package.json b/package.json index aed8a02f7..50fef326d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@layer5/sistent", - "version": "0.14.2", + "version": "0.14.3", "description": "Reusable React Components and SVG Icons library", "repository": { "type": "git", @@ -107,7 +107,7 @@ "optional": true } }, - "publishConfig": { - "access": "public" - } + "publishConfig": { + "access": "public" + } }