Skip to content

Commit 8ab0340

Browse files
committed
Bump version 2.2.1
1 parent 2bd3d86 commit 8ab0340

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

doc/jsdoc.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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-10-09
121141
- Fix typescriptreact/javascriptreact not an editor command

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)