Skip to content

Commit 854e515

Browse files
authored
Bump version 2.2.0 (#118)
1 parent 827f1d6 commit 854e515

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

Diff for: doc/jsdoc.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*jsdoc.txt* Generate JSDoc to your JavaScript code.
22

3-
Version: 2.1.4
3+
Version: 2.2.0
44
Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
55
Author: Shinya Ohynagi <[email protected]>
66
Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -117,6 +117,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
117117
==============================================================================
118118
CHANGELOG *jsdoc-changelog*
119119

120+
2021-10-09
121+
- Fix typescriptreact/javascriptreact not an editor command
122+
See https://github.com/heavenshell/vim-jsdoc/issues/116
123+
(thx @matt-savvy)
124+
120125
2021-08-12
121126
- Update lehre v1.5.0
122127
See https://github.com/heavenshell/ts-lehre/releases/tag/v1.5.0 details.

Diff for: ftplugin/javascript/jsdoc.vim

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
" File: jsdoc.vim
22
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
33
" Author: Shinya Ohyanagi <[email protected]>
4-
" Version: 2.1.4
54
" WebPage: http://github.com/heavenshell/vim-jsdoc/
65
" Description: Generate JSDoc to your JavaScript, TypeScript file.
76
" License: BSD, see LICENSE for more details.

Diff for: ftplugin/javascriptreact/jsdoc.vim

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
" File: jsdoc.vim
22
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
33
" Author: Shinya Ohyanagi <[email protected]>
4-
" Version: 2.1.4
54
" WebPage: http://github.com/heavenshell/vim-jsdoc/
65
" Description: Generate JSDoc to your JavaScript, TypeScript file.
76
" License: BSD, see LICENSE for more details.

Diff for: ftplugin/typescript/jsdoc.vim

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
" File: jsdoc.vim
22
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
33
" Author: Shinya Ohyanagi <[email protected]>
4-
" Version: 2.1.4
54
" WebPage: http://github.com/heavenshell/vim-jsdoc/
65
" Description: Generate JSDoc to your JavaScript, TypeScript file.
76
" License: BSD, see LICENSE for more details.

Diff for: ftplugin/typescriptreact/jsdoc.vim

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
" File: jsdoc.vim
22
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
33
" Author: Shinya Ohyanagi <[email protected]>
4-
" Version: 2.1.4
54
" WebPage: http://github.com/heavenshell/vim-jsdoc/
65
" Description: Generate JSDoc to your JavaScript, TypeScript file.
76
" License: BSD, see LICENSE for more details.

0 commit comments

Comments
 (0)