Skip to content

Commit 7bbd668

Browse files
committed
Release v4.0.1
1 parent 9bab04d commit 7bbd668

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the "Wikitext" extension will be documented in this file.
55

66
(The version marked with an asterisk(\*) means that the version has been adjusted internally and has not been released.)<!-- http://keepachangelog.com/ -->
77

8+
## [4.0.1] - 2025-01-02
9+
10+
### Fixed
11+
12+
- Remove redundant blocking when LSP is not found.
13+
814
## [4.0.0] - 2024-12-01
915

1016
### Added

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ If you get help with this project, give this project a star or recommend it to o
7474

7575
## Release Notes
7676

77-
- The syntax of the table has been improved.
77+
- Add the support of [WikiParser Language Server](https://github.com/bhsd-harry/vscode-extension-wikiparser).
78+
- Remove redundant blocking when LSP is not found.
7879

7980
## Usage
8081

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wikitext",
33
"displayName": "Wikitext",
44
"description": "Wikitext is a document written in a wiki markup language. This extension provides functional support for the Wikitext language with MediaWiki such as Wikipedia.",
5-
"version": "4.0.0",
5+
"version": "4.0.1",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {

0 commit comments

Comments
 (0)