Skip to content

Commit 6720e91

Browse files
committed
Release 1.0.4
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent ca7f876 commit 6720e91

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the Nextflow VS Code extension will be documented here.
44

55
See [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [1.0.4] - 2025-01-21
8+
9+
- Bump language server to [1.0.4](https://github.com/nextflow-io/language-server/releases/tag/v1.0.4)
10+
- Await language server shutdown on deactivate (#58)
11+
- Cleanup TextMate grammars
12+
713
## [1.0.3] - 2024-12-16
814

915
- Bump language server to [1.0.3](https://github.com/nextflow-io/language-server/releases/tag/v1.0.3)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nextflow",
33
"displayName": "Nextflow",
44
"description": "Nextflow language support",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"publisher": "nextflow",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)