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 c6f6577
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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"
Expand Down

0 comments on commit c6f6577

Please sign in to comment.