From 548767343ff221a4efd0c055a43c022d23fcafc5 Mon Sep 17 00:00:00 2001 From: Shinya Ohyanagi Date: Sat, 10 Oct 2020 18:51:52 +0900 Subject: [PATCH] Release 2.1.1 (#102) --- doc/jsdoc.txt | 7 ++++++- ftplugin/javascript/jsdoc.vim | 2 +- ftplugin/typescript/jsdoc.vim | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/jsdoc.txt b/doc/jsdoc.txt index d3d394c..2fb45a5 100644 --- a/doc/jsdoc.txt +++ b/doc/jsdoc.txt @@ -1,6 +1,6 @@ *jsdoc.txt* Generate JSDoc to your JavaScript code. -Version: 2.1.0 +Version: 2.1.1 Author: NAKAMURA, Hisashi Author: Shinya Ohynagi Repository: http://github.com/heavenshell/vim-jsdoc/ @@ -116,6 +116,11 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path* > ============================================================================== CHANGELOG *jsdoc-changelog* +2020-10-10 +- Fix async bug + See https://github.com/heavenshell/vim-jsdoc/issues/99 details. + (thx @holtc) + 2020-06-27 - Add Neovim support See https://github.com/heavenshell/vim-jsdoc/pull/92 details. diff --git a/ftplugin/javascript/jsdoc.vim b/ftplugin/javascript/jsdoc.vim index 33af8a6..8c520e5 100644 --- a/ftplugin/javascript/jsdoc.vim +++ b/ftplugin/javascript/jsdoc.vim @@ -1,7 +1,7 @@ " File: jsdoc.vim " Author: NAKAMURA, Hisashi " Author: Shinya Ohyanagi -" Version: 2.1.0 +" Version: 2.1.1 " 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 33af8a6..8c520e5 100644 --- a/ftplugin/typescript/jsdoc.vim +++ b/ftplugin/typescript/jsdoc.vim @@ -1,7 +1,7 @@ " File: jsdoc.vim " Author: NAKAMURA, Hisashi " Author: Shinya Ohyanagi -" Version: 2.1.0 +" Version: 2.1.1 " WebPage: http://github.com/heavenshell/vim-jsdoc/ " Description: Generate JSDoc to your JavaScript, TypeScript file. " License: BSD, see LICENSE for more details.