Skip to content

Commit

Permalink
add changelog & require 1.88 version for VSC
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 9, 2024
1 parent be27d3f commit e4cb971
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog

## v0.3.6
- Navigate to properties ⛵
- Add wollok init command 🌱
- Started to enhance i18n messages 🌐
- Added configuration for REPL & game ports 🛠️
- Fixed coverage 🛡️
- Update Wollok-TS 4.1.8 ⬆️
- VSC minimum version 1.88 required 🆙

## v0.3.5
- Habemus **Debugger**! 🐞
- Update Wollok-TS 4.1.6 ⬆️
- Published in Open VSX 🌈

## v0.3.4
- Fixes quoting for shell tasks (run, repl, tests, etc.) 🙌
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"icon": "images/extension/wollokIdeLogo.png",
"engines": {
"vscode": "^1.80.0"
"vscode": "^1.88.0"
},
"activationEvents": [
"onLanguage:wollok"
Expand Down

0 comments on commit e4cb971

Please sign in to comment.