Skip to content

Commit 85c2488

Browse files
authored
Release 2.1.4 (#115)
1 parent 03a9a2d commit 85c2488

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: doc/jsdoc.txt

+8-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.3
3+
Version: 2.1.4
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,13 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116116
>
117117
==============================================================================
118118
CHANGELOG *jsdoc-changelog*
119+
120+
2021-08-12
121+
- Update lehre v1.5.0
122+
See https://github.com/heavenshell/ts-lehre/releases/tag/v1.5.0 details.
123+
124+
- Fix document
125+
119126
2021-08-12
120127
- Fix E1208: -complete used without allowing arguments
121128
See https://github.com/heavenshell/vim-jsdoc/issues/110 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.3
4+
" Version: 2.1.4
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.3
4+
" Version: 2.1.4
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)