From c5f83cc8fc4a33ef28b7a5c6e529d69a90f05da7 Mon Sep 17 00:00:00 2001 From: Mauro Balbi Date: Sun, 18 Feb 2024 21:48:19 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 ++- editor/code/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3354f6..5953093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## v0.1.8 +## v0.1.9 ### Fixed +- Fix qualified imported Constructors inference - Fix labelled field resolution - Add tuple indexing inference diff --git a/editor/code/package.json b/editor/code/package.json index 6cd1948..dff9dbd 100644 --- a/editor/code/package.json +++ b/editor/code/package.json @@ -3,7 +3,7 @@ "displayName": "glas: Gleam Language Server", "description": "Gleam language server for VSCode", "repository": "https://github.com/maurobalbi/glas", - "version": "0.1.8", + "version": "0.1.9", "icon": "images/icon.png", "publisher": "maurobalbi", "engines": {