Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Nov 25, 2024
1 parent f970e87 commit 066860f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// A launch configuration that launches the extension inside a new window
{
"version": "1.0.1",
"version": "1.0.2",
"configurations": [
{
"name": "Extension",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the Nextflow VS Code extension will be documented here.

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

## [1.0.2] - 2024-11-25

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

## [1.0.1] - 2024-11-12

- Bump language server to [1.0.1](https://github.com/nextflow-io/language-server/releases/tag/v1.0.1)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nextflow",
"displayName": "Nextflow",
"description": "Nextflow language support",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "nextflow",
"repository": {
"type": "git",
Expand Down

0 comments on commit 066860f

Please sign in to comment.