diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afc6fb..8786cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,3 +30,8 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f * If you are using the default themes without using `import` then you will not be affected by this change. * Fixing HighlightJS default theme style causing icon to appear over a scrollbar when present. * Adding sass scripts to package.json to compile scss files to css. + +## v2.1.1 +2023-04-16 +[main] (@webdevnerdstuff) +* Changing importing of css/scss/sass to use @use instead of @import. diff --git a/package.json b/package.json index 2405415..3e095d2 100644 --- a/package.json +++ b/package.json @@ -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.", "private": false, "main": "dist/vue3-code-block.js",