diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ce66ada..f253411 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -48,5 +48,5 @@ jobs: with: github-token: ${{ secrets.github_token }} parallel-finished: true - - run: npm i -g vsce + - run: npm i -g @vscode/vsce - run: vsce publish -p ${{ secrets.PUBLISHER_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a71df..218ee85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Bug-fixes within the same version aren't needed ## Master --> +### 0.1.23 + +* Fix error when missing name in the environment file + ### 0.1.21 * Limit extension activation events diff --git a/package-lock.json b/package-lock.json index a9f79bf..4e0c03b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-micromamba", - "version": "0.1.22", + "version": "0.1.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-micromamba", - "version": "0.1.22", + "version": "0.1.23", "dependencies": { "follow-redirects": "^1.15.6", "fs-extra": "^11.1.1", diff --git a/package.json b/package.json index 091a0e7..398bf8f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-micromamba", "displayName": "Micromamba", "description": "Make conda environments with micromamba.", - "version": "0.1.22", + "version": "0.1.23", "publisher": "corker", "engines": { "vscode": "^1.82.0"