File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 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*
116116>
117117==============================================================================
118118CHANGELOG *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.
119139
1201402021-10-09
121141- Fix typescriptreact/javascriptreact not an editor command
Original file line number Diff line number Diff line change 11{
22 "name" : " jsdoc.vim" ,
3- "version" : " 2.1.4 " ,
3+ "version" : " 2.2.1 " ,
44 "main" : " index.js" ,
55 "author" : " Shinya Ohyanagi" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments