From e3e438341c37765a2343ccbbb922e71101fbbdaf Mon Sep 17 00:00:00 2001 From: val Date: Thu, 22 Aug 2024 22:02:05 +0400 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a05e590..1fba22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,3 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### [1.1.3] - 2024-07-02 - Fix: Import/Export marked files from scope file on Windows systems. + +### [1.1.4] - 2024-08-22 + +- Fix: Support relative paths starting with `./` in scope file (Thanks @X1pherW0lf) diff --git a/package.json b/package.json index 488f7a1..a4c502f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "markfiles", "displayName": "Mark Files", "description": "An extension that allows you to mark files in the file explorer", - "version": "1.1.3", + "version": "1.1.4", "publisher": "vquelque", "engines": { "vscode": "^1.76.0"