Skip to content

Commit 68687b5

Browse files
committed
(chore) release 2.1.1
1 parent f647a81 commit 68687b5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1
2+
3+
- add `exports "."` to `package.json` (#27)
4+
15
## 2.1.0
26

37
- `vue` and `highlight.js` moved to `peerDependencies` (#17)

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2021, Josh Goebel
3+
Copyright (c) 2022, Josh Goebel
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.0",
3+
"version": "2.1.1",
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)