Skip to content

Commit

Permalink
two more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Mar 10, 2023
1 parent 1522baa commit 939d7f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.1.5

- beta introduces iceberg integration (only showing existing repo for now)
- Update to last Pharo Language Server
- Fix printIt command

## v2.1.4

- Fix bug when having no focused editor
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 @@
"description": "Highlighting, Auto-completion, Execution, ...",
"author": "Benoît Verhaeghe",
"license": "MIT",
"version": "2.1.4",
"version": "2.1.5",
"icon": "icon.png",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"pharo smalltalk"
],
"engines": {
"vscode": "^1.71.0"
"vscode": "^1.76.0"
},
"activationEvents": [
"onDebugResolve:pharodb",
Expand Down

0 comments on commit 939d7f4

Please sign in to comment.