Skip to content

Commit

Permalink
Release 2.1.4 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell authored Aug 15, 2021
1 parent 03a9a2d commit 85c2488
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 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.3
Version: 2.1.4
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,13 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
>
==============================================================================
CHANGELOG *jsdoc-changelog*

2021-08-12
- Update lehre v1.5.0
See https://github.com/heavenshell/ts-lehre/releases/tag/v1.5.0 details.

- Fix document

2021-08-12
- Fix E1208: -complete used without allowing arguments
See https://github.com/heavenshell/vim-jsdoc/issues/110 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.3
" Version: 2.1.4
" 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.3
" Version: 2.1.4
" 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 85c2488

Please sign in to comment.