We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d373ece commit 365d616Copy full SHA for 365d616
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.1.0
2
+
3
+- `vue` and `highlight.js` moved to `peerDependencies` (#17)
4
+- no other changes
5
6
## 2.0.1
7
8
- Export `component` also
package.json
@@ -1,6 +1,6 @@
{
"name": "@highlightjs/vue-plugin",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "Highlight.js Vue Plugin",
"main": "dist/highlightjs-vue.min.js",
"module": "dist/highlightjs-vue.esm.min.js",
0 commit comments