Skip to content

Commit

Permalink
0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
corker committed Aug 25, 2024
1 parent 4f3eea4 commit 1ac739e
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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
@@ -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"

0 comments on commit 1ac739e

Please sign in to comment.