Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and hverlin committed Nov 13, 2024
1 parent 4d0b8ce commit b8433ad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.0](https://github.com/hverlin/mise-vscode/compare/v0.0.21...v0.1.0) (2024-11-13)


### Features

* Add CI tests ([4d0b8ce](https://github.com/hverlin/mise-vscode/commit/4d0b8ce557e99a2ef48d0d06b950957aaec794e2))
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Mise VSCode",
"publisher": "hverlin",
"description": "VSCode extension for mise (manged dev tools, tasks and environment variables)",
"version": "0.0.21",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/hverlin/mise-vscode"
Expand All @@ -15,7 +15,9 @@
"engines": {
"vscode": "^1.85.0"
},
"categories": ["Other"],
"categories": [
"Other"
],
"keywords": [
"mise",
"mise-en-place",
Expand Down Expand Up @@ -103,12 +105,16 @@
{
"command": "mise.copyToolInstallPath",
"title": "Copy Tool Install Path",
"context": ["miseToolsView"]
"context": [
"miseToolsView"
]
},
{
"command": "mise.copyToolBinPath",
"title": "Copy Tool Bin Path",
"context": ["miseToolsView"]
"context": [
"miseToolsView"
]
},
{
"command": "mise.installTool",
Expand Down Expand Up @@ -188,7 +194,9 @@
"taskDefinitions": [
{
"type": "mise",
"required": ["task"],
"required": [
"task"
],
"properties": {
"task": {
"type": "string",
Expand Down

0 comments on commit b8433ad

Please sign in to comment.