From 2dea097b8c7e29cb90ff977da2688be8232b6590 Mon Sep 17 00:00:00 2001 From: Axel Rindle Date: Thu, 29 Jun 2023 23:25:51 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.1.1=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ffb9d..a04457b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.1.1 - 2023-06-29 + +### Fixed + +- Handling of files with multiple dots (e.g. `1.1.1_text-alternative.md`) (#1) + ## v0.1.0 - 2023-02-16 Initial Release 🎉 diff --git a/package-lock.json b/package-lock.json index 7e66212..2cb5fbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "duplicate-file", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "duplicate-file", - "version": "0.1.0", + "version": "0.1.1", "devDependencies": { "@commitlint/cli": "^17.6.6", "@commitlint/config-conventional": "^17.6.6", diff --git a/package.json b/package.json index 9617e5e..670037f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "duplicate-file", "displayName": "Duplicate Files", "description": "Duplicate files.", - "version": "0.1.0", + "version": "0.1.1", "publisher": "axelrindle", "engines": { "vscode": "^1.75.0"