File tree 2 files changed +21
-1
lines changed 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,26 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116
116
>
117
117
==============================================================================
118
118
CHANGELOG *jsdoc-changelog*
119
+ 2022-12-21
120
+ - Fix dead link for v1.0.0 users
121
+ See https://github.com/heavenshell/vim-jsdoc/pull/122 details
122
+ (thx @raimon49)
123
+
124
+ - Fix adding yarn silent
125
+ See https://github.com/heavenshell/vim-jsdoc/pull/120 details.
126
+ (thx @carlosala)
127
+
128
+ - Do not dirty repo when installing via npm
129
+ See https://github.com/heavenshell/vim-jsdoc/pull/119 details.
130
+ (thx @perrin4869)
131
+
132
+ 2021-10-09
133
+ - Add typescriptreact and javascriptreact to ftplugin
134
+ See https://github.com/heavenshell/vim-jsdoc/issues/116 details.
135
+
136
+ 2021-08-15
137
+ - Update document
138
+ See https://github.com/heavenshell/vim-jsdoc/pull/114 details.
119
139
120
140
2021-10-09
121
141
- Fix typescriptreact/javascriptreact not an editor command
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsdoc.vim" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " Shinya Ohyanagi" ,
6
6
"private" : true ,
You can’t perform that action at this time.
0 commit comments