Skip to content

Bump version 2.2.1 #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions doc/jsdoc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,26 @@ g:jsdoc_lehre_path *g:jsdoc_lehre_path*
>
==============================================================================
CHANGELOG *jsdoc-changelog*
2022-12-21
- Fix dead link for v1.0.0 users
See https://github.com/heavenshell/vim-jsdoc/pull/122 details
(thx @raimon49)

- Fix adding yarn silent
See https://github.com/heavenshell/vim-jsdoc/pull/120 details.
(thx @carlosala)

- Do not dirty repo when installing via npm
See https://github.com/heavenshell/vim-jsdoc/pull/119 details.
(thx @perrin4869)

2021-10-09
- Add typescriptreact and javascriptreact to ftplugin
See https://github.com/heavenshell/vim-jsdoc/issues/116 details.

2021-08-15
- Update document
See https://github.com/heavenshell/vim-jsdoc/pull/114 details.

2021-10-09
- Fix typescriptreact/javascriptreact not an editor command
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsdoc.vim",
"version": "2.1.4",
"version": "2.2.1",
"main": "index.js",
"author": "Shinya Ohyanagi",
"private": true,
Expand Down