Skip to content

Commit c01dcb1

Browse files
committed
Release 1.0.0
1 parent b230734 commit c01dcb1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

autoload/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
" Modifyed: Shinya Ohyanagi <[email protected]>
4-
" Version: 0.12.0
4+
" Version: 1.0.0
55
" WebPage: http://github.com/heavenshell/vim-jsdoc/
66
" Description: Generate JSDoc to your JavaScript file.
77
" License: BSD, see LICENSE for more details.

doc/jsdoc.txt

+4-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: 0.12.0
3+
Version: 1.0.0
44
Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
55
Modifyed: Shinya Ohynagi <[email protected]>
66
Repository: http://github.com/heavenshell/vim-jsdoc/
@@ -301,6 +301,9 @@ g:jsdoc_user_defined_tags *g:jsdoc_user_defined_tags*
301301
>
302302
==============================================================================
303303
CHANGELOG *jsdoc-changelog*
304+
2020-04-25
305+
- Freeze 1.0.0
306+
304307
2017-01-28
305308
- Fix an optional parameter and default value.
306309
see https://github.com/heavenshell/vim-jsdoc/issues/64 details.

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
" Modifyed: Shinya Ohyanagi <[email protected]>
4-
" Version: 0.12.0
4+
" Version: 1.0.0
55
" WebPage: http://github.com/heavenshell/vim-jsdoc/
66
" Description: Generate JSDoc to your JavaScript file.
77
" License: BSD, see LICENSE for more details.

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
" Modifyed: Shinya Ohyanagi <[email protected]>
4-
" Version: 0.12.0
4+
" Version: 1.0.0
55
" WebPage: http://github.com/heavenshell/vim-jsdoc/
66
" Description: Generate JSDoc to your JavaScript file.
77
" License: BSD, see LICENSE for more details.

0 commit comments

Comments
 (0)