From 029b2ad77194583ad505b39146e8bf87715a326a Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Tue, 7 May 2024 13:43:10 +0300 Subject: [PATCH] 1.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",