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.
44
55## Unreleased
66
7+ ## 2.2.1 (2021-05-31)
8+
9+ ### Changed
10+
11+ - Moved vuepress to peerDependencies
12+
713## 2.2.0 (2021-04-04)
814
915### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " vuepress-plugin-fulltext-search" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " Adds full-text search capabilities to your vuepress site with a help of flexsearch library." ,
55 "main" : " index.js" ,
66 "repository" : " https://github.com/leo-buneev/vuepress-plugin-fulltext-search.git" ,
1212 "dependencies" : {
1313 "flexsearch" : " ^0.6.32" ,
1414 "html-to-text" : " ^7.0.0" ,
15- "lodash" : " ^4.17.19" ,
15+ "lodash" : " ^4.17.19"
16+ },
17+ "peerDependencies" : {
1618 "vuepress" : " ^1.4.0"
1719 },
1820 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments