diff --git a/package-lock.json b/package-lock.json index b734213..9b8ceca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked-highlight", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marked-highlight", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.21.5", diff --git a/package.json b/package.json index 21916a0..9f569cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marked-highlight", - "version": "1.0.0", + "version": "1.0.1", "description": "marked highlight", "main": "./lib/index.cjs", "module": "./src/index.js",