diff --git a/package-lock.json b/package-lock.json index 64a0ad5..c4bbf75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "posthtml-shiki", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "posthtml-shiki", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "posthtml-attrs-parser": "^1.0.1", diff --git a/package.json b/package.json index 9f5ab1c..c8ed728 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "posthtml-shiki", "description": "PostHTML plugin for highlighting code blocks with Shiki.", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "author": "Cosmin Popovici (https://github.com/cossssmin)", "bugs": "https://github.com/posthtml/posthtml-shiki/issues",