Skip to content

Commit

Permalink
(chore) release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Jun 29, 2022
1 parent f647a81 commit 68687b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.1

- add `exports "."` to `package.json` (#27)

## 2.1.0

- `vue` and `highlight.js` moved to `peerDependencies` (#17)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2021, Josh Goebel
Copyright (c) 2022, Josh Goebel
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlightjs/vue-plugin",
"version": "2.1.0",
"version": "2.1.1",
"description": "Highlight.js Vue Plugin",
"main": "dist/highlightjs-vue.min.js",
"module": "dist/highlightjs-vue.esm.min.js",
Expand Down

0 comments on commit 68687b5

Please sign in to comment.