From 4119b61f948940a1457f09239a8911d8461945c3 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brice" Date: Thu, 1 Feb 2024 18:26:44 -0800 Subject: [PATCH] Release version 2.1.0 (#25) Co-authored-by: friedbrice --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 112d5b7..f375761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the "alloglot" extension will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). This project adhere's to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [2.1.0] - 2024-02-01 - Fix bug in annotations file paths. - Fix bug in annotations where diagnostics collection are not cleaned up correctly. diff --git a/package-lock.json b/package-lock.json index 776f77e..d450d44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alloglot", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alloglot", - "version": "2.0.3", + "version": "2.1.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/package.json b/package.json index e932c65..175177d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "alloglot", "displayName": "Alloglot", "description": "Language agnostic IDE for VS Code", - "version": "2.0.3", + "version": "2.1.0", "publisher": "friedbrice", "license": "SEE LICENSE IN LICENSE.md", "repository": {