Skip to content

Commit

Permalink
Release 2.1.1 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell authored Oct 10, 2020
1 parent b74a932 commit 5487673
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion doc/jsdoc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*jsdoc.txt* Generate JSDoc to your JavaScript code.

Version: 2.1.0
Version: 2.1.1
Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
Author: Shinya Ohynagi <[email protected]>
Repository: http://github.com/heavenshell/vim-jsdoc/
Expand Down Expand Up @@ -116,6 +116,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
>
==============================================================================
CHANGELOG *jsdoc-changelog*
2020-10-10
- Fix async bug
See https://github.com/heavenshell/vim-jsdoc/issues/99 details.
(thx @holtc)

2020-06-27
- Add Neovim support
See https://github.com/heavenshell/vim-jsdoc/pull/92 details.
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/javascript/jsdoc.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" File: jsdoc.vim
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
" Author: Shinya Ohyanagi <[email protected]>
" Version: 2.1.0
" Version: 2.1.1
" WebPage: http://github.com/heavenshell/vim-jsdoc/
" Description: Generate JSDoc to your JavaScript, TypeScript file.
" License: BSD, see LICENSE for more details.
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/typescript/jsdoc.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" File: jsdoc.vim
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
" Author: Shinya Ohyanagi <[email protected]>
" Version: 2.1.0
" Version: 2.1.1
" WebPage: http://github.com/heavenshell/vim-jsdoc/
" Description: Generate JSDoc to your JavaScript, TypeScript file.
" License: BSD, see LICENSE for more details.
Expand Down

0 comments on commit 5487673

Please sign in to comment.