From 899090f2186cb3d2c4df58306f6aa950c2e1d031 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 28 Mar 2024 11:29:35 +0100 Subject: [PATCH] 0.2.6 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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",