Skip to content

Commit

Permalink
🔖 Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrob committed Jan 19, 2024
1 parent 1a2b4d9 commit e74375d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vscode
*.vsix
out/

# asdf
.tool-versions
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.1.1] - 2024-01-19

### Changed

- Avoid highlighting unknown recipe dependency symbols (this is the job of a semantic highlighter)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https:/nefrob/vscode-just",
"displayName": "vscode-just",
"description": "Justfile syntax support for Visual Studio Code",
"version": "0.1.0",
"version": "0.1.1",
"engines": {
"vscode": "^1.85.0"
},
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
"scripts": {
"package": "vsce package"
"package": "mkdir -p out && vsce package --out out/"
},
"devDependencies": {
"vsce": "^2.15.0"
Expand Down

0 comments on commit e74375d

Please sign in to comment.