Skip to content

Commit 365d616

Browse files
committed
(chore) release 2.1.0
1 parent d373ece commit 365d616

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0
2+
3+
- `vue` and `highlight.js` moved to `peerDependencies` (#17)
4+
- no other changes
5+
16
## 2.0.1
27

38
- Export `component` also

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highlightjs/vue-plugin",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Highlight.js Vue Plugin",
55
"main": "dist/highlightjs-vue.min.js",
66
"module": "dist/highlightjs-vue.esm.min.js",

0 commit comments

Comments
 (0)