diff --git a/package-lock.json b/package-lock.json index 18e1102..40d1ec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked-highlight", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marked-highlight", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "devDependencies": { "@babel/core": "^7.22.9", diff --git a/package.json b/package.json index 2291a1a..99c4607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marked-highlight", - "version": "2.0.1", + "version": "2.0.2", "description": "marked highlight", "main": "./lib/index.cjs", "module": "./src/index.js",