File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
+ ## 2.2.1 (2021-05-31)
8
+
9
+ ### Changed
10
+
11
+ - Moved vuepress to peerDependencies
12
+
7
13
## 2.2.0 (2021-04-04)
8
14
9
15
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepress-plugin-fulltext-search" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " Adds full-text search capabilities to your vuepress site with a help of flexsearch library." ,
5
5
"main" : " index.js" ,
6
6
"repository" : " https://github.com/leo-buneev/vuepress-plugin-fulltext-search.git" ,
12
12
"dependencies" : {
13
13
"flexsearch" : " ^0.6.32" ,
14
14
"html-to-text" : " ^7.0.0" ,
15
- "lodash" : " ^4.17.19" ,
15
+ "lodash" : " ^4.17.19"
16
+ },
17
+ "peerDependencies" : {
16
18
"vuepress" : " ^1.4.0"
17
19
},
18
20
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments