Skip to content

Commit 5487673

Browse files
authored
Release 2.1.1 (#102)
1 parent b74a932 commit 5487673

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.0
3+
Version: 2.1.1
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,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116116
>
117117
==============================================================================
118118
CHANGELOG *jsdoc-changelog*
119+
2020-10-10
120+
- Fix async bug
121+
See https://github.com/heavenshell/vim-jsdoc/issues/99 details.
122+
(thx @holtc)
123+
119124
2020-06-27
120125
- Add Neovim support
121126
See https://github.com/heavenshell/vim-jsdoc/pull/92 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.0
4+
" Version: 2.1.1
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.0
4+
" Version: 2.1.1
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)