Skip to content

Commit bbe9575

Browse files
Update packge version and change log
1 parent 9f942b8 commit bbe9575

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Change Log
22
All notable changes to the "vue-code-block" plugin will be documented in this file.
33

4+
## v2.3.3
5+
03-13-2024
6+
[main] (@kymtwyf)
7+
* Fix cssPath prop not being reactive. Fixes [#49](https://github.com/webdevnerdstuff/vue-code-block/issues/49)
8+
49
## v2.3.2
5-
13-03-2024
10+
03-13-2024
611
[main] (@webdevnerdstuff)
712
* Change component to use `defineAsyncComponent`
813

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vue-code-block",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
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
"publishConfig": {

0 commit comments

Comments
 (0)