Skip to content

Commit 46bb2d3

Browse files
authored
Relase 2.1.3 (#112)
1 parent 3cc5f02 commit 46bb2d3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: doc/jsdoc.txt

+5-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.2
3+
Version: 2.1.3
44
Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
55
Author: Shinya Ohynagi <[email protected]>
66
Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -116,6 +116,10 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116116
>
117117
==============================================================================
118118
CHANGELOG *jsdoc-changelog*
119+
2021-08-12
120+
- Fix E1208: -complete used without allowing arguments
121+
See https://github.com/heavenshell/vim-jsdoc/issues/110 details.
122+
119123
2021-02-15
120124
- Update README
121125
See https://github.com/heavenshell/vim-jsdoc/issues/103 details.

Diff for: ftplugin/javascript/jsdoc.vim

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

Diff for: ftplugin/typescript/jsdoc.vim

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

0 commit comments

Comments
 (0)