diff --git a/dist/vue3-code-block.es.js b/dist/vue3-code-block.es.js index 822d01a..973c223 100644 --- a/dist/vue3-code-block.es.js +++ b/dist/vue3-code-block.es.js @@ -1,6 +1,6 @@ /** * @name vue3-code-block - * @version 2.1.0 + * @version 2.1.1 * @description Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js. * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, WebDevNerdStuff diff --git a/dist/vue3-code-block.js b/dist/vue3-code-block.js index 1657eba..8fa644b 100644 --- a/dist/vue3-code-block.js +++ b/dist/vue3-code-block.js @@ -1,6 +1,6 @@ /** * @name vue3-code-block - * @version 2.1.0 + * @version 2.1.1 * @description Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js. * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, WebDevNerdStuff diff --git a/package.json b/package.json index 3e095d2..b0fa313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-code-block", - "version": "2.1.1", + "version": "2.1.2", "description": "Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js.", "private": false, "main": "dist/vue3-code-block.js", @@ -20,7 +20,7 @@ "lint": "eslint src/**/*.{ts,vue} --max-warnings 4" }, "engines": { - "node": "19.0.1" + "node": "^19.0.1" }, "packageManager": "pnpm@7.14.2", "lint-staged": {