diff --git a/CHANGELOG.md b/CHANGELOG.md index 596d87e..0910496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log +### 0.2.6 + +- Fix syntax highlight for type declaration + ### 0.2.5 - Colorblind friendly color schema -- Fix display of (moltiple) additional attempts for the same goal +- Fix display of (multiple) additional attempts for the same goal ### 0.2.4 diff --git a/package.json b/package.json index 0e00ed2..ab78812 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Elpi lang", "publisher": "gares", "description": "Elpi programming language support", - "version": "0.2.5", + "version": "0.2.6", "homepage": "https://github.com/LPCIC/elpi-lang", "repository": { "type": "git",