Skip to content

Commit 5be9e6e

Browse files
committed
Bump version 2.2.1
1 parent 827f1d6 commit 5be9e6e

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

doc/jsdoc.txt

Lines changed: 21 additions & 1 deletion
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.4
3+
Version: 2.2.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,26 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
116116
>
117117
==============================================================================
118118
CHANGELOG *jsdoc-changelog*
119+
2022-12-21
120+
- Fix dead link for v1.0.0 users
121+
See https://github.com/heavenshell/vim-jsdoc/pull/122 details
122+
(thx @raimon49)
123+
124+
- Fix adding yarn silent
125+
See https://github.com/heavenshell/vim-jsdoc/pull/120 details.
126+
(thx @carlosala)
127+
128+
- Do not dirty repo when installing via npm
129+
See https://github.com/heavenshell/vim-jsdoc/pull/119 details.
130+
(thx @perrin4869)
131+
132+
2021-10-09
133+
- Add typescriptreact and javascriptreact to ftplugin
134+
See https://github.com/heavenshell/vim-jsdoc/issues/116 details.
135+
136+
2021-08-15
137+
- Update document
138+
See https://github.com/heavenshell/vim-jsdoc/pull/114 details.
119139

120140
2021-08-12
121141
- Update lehre v1.5.0

ftplugin/javascript/jsdoc.vim

Lines changed: 1 addition & 1 deletion
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.4
4+
" Version: 2.2.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.

ftplugin/javascriptreact/jsdoc.vim

Lines changed: 1 addition & 1 deletion
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.4
4+
" Version: 2.2.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.

ftplugin/typescript/jsdoc.vim

Lines changed: 1 addition & 1 deletion
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.4
4+
" Version: 2.2.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.

ftplugin/typescriptreact/jsdoc.vim

Lines changed: 1 addition & 1 deletion
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.4
4+
" Version: 2.2.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.

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdoc.vim",
3-
"version": "2.1.4",
3+
"version": "2.2.1",
44
"main": "index.js",
55
"author": "Shinya Ohyanagi",
66
"private": true,

0 commit comments

Comments
 (0)