From 3f27ee8934aa6ec66d44aa10421ad075630e90fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Fri, 16 Dec 2022 13:00:54 +0000 Subject: [PATCH] Release v1.4.1 Release v1.4.0 was rejected because of a problem in the README file, but we can't replace it because it exists anyway in Azure, so we have to do a brand-new release even if v1.4.0 doesn't appear anywhere visible to users. --- 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 3c0a460..5937db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the "atf" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [1.4.0] - 2022-12-16 +## [1.4.1] - 2022-12-16 ### Added diff --git a/package-lock.json b/package-lock.json index f5698f7..7300453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nisaba", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nisaba", - "version": "1.4.0", + "version": "1.4.1", "dependencies": { "adm-zip": "^0.5.5", "mimemessage": "^1.0.5", diff --git a/package.json b/package.json index 25baf26..fe9797c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nisaba", "displayName": "Nisaba", "description": "Support for ATF files, like those used by Oracc and the Nahrein Network.", - "version": "1.4.0", + "version": "1.4.1", "publisher": "UCLResearchSoftwareDevelopmentGroup", "repository": { "type": "git",