diff --git a/doc/jsdoc.txt b/doc/jsdoc.txt index e40983b..9edd709 100644 --- a/doc/jsdoc.txt +++ b/doc/jsdoc.txt @@ -1,6 +1,6 @@ *jsdoc.txt* Generate JSDoc to your JavaScript code. -Version: 2.1.4 +Version: 2.2.0 Author: NAKAMURA, Hisashi Author: Shinya Ohynagi Repository: http://github.com/heavenshell/vim-jsdoc/ @@ -117,6 +117,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path* ============================================================================== CHANGELOG *jsdoc-changelog* +2021-10-09 +- Fix typescriptreact/javascriptreact not an editor command + See https://github.com/heavenshell/vim-jsdoc/issues/116 + (thx @matt-savvy) + 2021-08-12 - Update lehre v1.5.0 See https://github.com/heavenshell/ts-lehre/releases/tag/v1.5.0 details. diff --git a/ftplugin/javascript/jsdoc.vim b/ftplugin/javascript/jsdoc.vim index 0270bfc..9039784 100644 --- a/ftplugin/javascript/jsdoc.vim +++ b/ftplugin/javascript/jsdoc.vim @@ -1,7 +1,6 @@ " File: jsdoc.vim " Author: NAKAMURA, Hisashi " Author: Shinya Ohyanagi -" 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. diff --git a/ftplugin/javascriptreact/jsdoc.vim b/ftplugin/javascriptreact/jsdoc.vim index 0270bfc..9039784 100644 --- a/ftplugin/javascriptreact/jsdoc.vim +++ b/ftplugin/javascriptreact/jsdoc.vim @@ -1,7 +1,6 @@ " File: jsdoc.vim " Author: NAKAMURA, Hisashi " Author: Shinya Ohyanagi -" 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. diff --git a/ftplugin/typescript/jsdoc.vim b/ftplugin/typescript/jsdoc.vim index 0270bfc..9039784 100644 --- a/ftplugin/typescript/jsdoc.vim +++ b/ftplugin/typescript/jsdoc.vim @@ -1,7 +1,6 @@ " File: jsdoc.vim " Author: NAKAMURA, Hisashi " Author: Shinya Ohyanagi -" 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. diff --git a/ftplugin/typescriptreact/jsdoc.vim b/ftplugin/typescriptreact/jsdoc.vim index 0270bfc..9039784 100644 --- a/ftplugin/typescriptreact/jsdoc.vim +++ b/ftplugin/typescriptreact/jsdoc.vim @@ -1,7 +1,6 @@ " File: jsdoc.vim " Author: NAKAMURA, Hisashi " Author: Shinya Ohyanagi -" 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.