diff --git a/package-lock.json b/package-lock.json index 59833d47..10b3736a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tocbot", - "version": "4.27.1", + "version": "4.27.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tocbot", - "version": "4.27.1", + "version": "4.27.2", "license": "MIT", "devDependencies": { "@babel/cli": "^7.19.3", diff --git a/package.json b/package.json index 9095aea2..76220213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tocbot", - "version": "4.27.1", + "version": "4.27.2", "description": "Generate a table of contents based on the heading structure of a html document.", "main": "src/js/index-dist.js", "browser": "index.js",