diff --git a/CHANGELOG.md b/CHANGELOG.md index cf539b0..991cc6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change log +## Version 1.0.8 (June 9, 2024) + +* [302](https://github.com/pgourlain/vscode_erlang/issues/302) + - Fix [300](https://github.com/pgourlain/vscode_erlang/issues/300) : Support vscode's sticky scroll feature + * only works when vscode setting is set to 'outlineModel' + - Fix [301](https://github.com/pgourlain/vscode_erlang/issues/301) : Wrong inlayHints display for macroses + +--- + ## Version 1.0.7 (June 1, 2024) * [299](https://github.com/pgourlain/vscode_erlang/issues/299) : implementation of [298](https://github.com/pgourlain/vscode_erlang/issues/298) diff --git a/package.json b/package.json index 35bbd3d..ad3f194 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "erlang", "description": "Erlang language extension for Visual Studio Code", - "version": "1.0.7", + "version": "1.0.8", "icon": "images/icon.png", "publisher": "pgourlain", "engines": {