Skip to content

Commit a06f786

Browse files
Merge pull request #16 from webdevnerdstuff/dev
2.1.1
2 parents b1e3e40 + fdd5313 commit a06f786

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f
3030
* If you are using the default themes without using `import` then you will not be affected by this change.
3131
* Fixing HighlightJS default theme style causing icon to appear over a scrollbar when present.
3232
* Adding sass scripts to package.json to compile scss files to css.
33+
34+
## v2.1.1
35+
2023-04-16
36+
[main] (@webdevnerdstuff)
37+
* Changing importing of css/scss/sass to use @use instead of @import.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-code-block",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js.",
55
"private": false,
66
"main": "dist/vue3-code-block.js",

0 commit comments

Comments
 (0)