diff --git a/manifest.json b/manifest.json index 1d2d793..3bcfd1b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vcf-contacts", "name": "VCF Contacts", - "version": "2.4.1", + "version": "2.4.2", "minAppVersion": "1.4.10", "description": "Effortlessly manage, organize, and interact with your contacts. Import, export, and structure vCard (VCF) files seamlessly while keeping all contact details accessible in your knowledge base. Includes click-to-call, right-click copy, structured metadata, and more!", "author": "Roland Broekema", diff --git a/package-lock.json b/package-lock.json index 7f37e50..cfe5d11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vcf-contacts", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vcf-contacts", - "version": "2.4.1", + "version": "2.4.2", "license": "MIT", "dependencies": { "@preact/signals-core": "^1.11.0", diff --git a/package.json b/package.json index a3bf38e..6fe216f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vcf-contacts", - "version": "2.4.1", + "version": "2.4.2", "description": "Effortlessly manage, organize, and interact with your contacts inside Obsidian. Import, export, and structure vCard (VCF) files seamlessly while keeping all contact details accessible in your knowledge base. Includes click-to-call, right-click copy, structured metadata, and more!", "main": "main.js", "scripts": { diff --git a/release_changelog.txt b/release_changelog.txt index 0fd6dbe..da8bbbc 100644 --- a/release_changelog.txt +++ b/release_changelog.txt @@ -1,5 +1,2 @@ ## Changes -- Merge pull request #94 from broekema41/bug/90-import-stops-on-no-name-records -- Refs #90: made multi import and sync import all the same skipping no name records -- Merge pull request #93 from broekema41/bug/92-failing-on-missing-fn -- Refs #92: solving a bug where assignment of fn was not performed +- Refs #95: bumping versions of test and lint dependancies and on too latest typscript for less linting warnings diff --git a/release_title.txt b/release_title.txt index 99ce245..7037a49 100644 --- a/release_title.txt +++ b/release_title.txt @@ -1 +1 @@ -Releasing 2.4.1 patch including #90 #92 #93 #94 +Releasing 2.4.2 patch including #95 diff --git a/versions.json b/versions.json index 22eeb37..bf4b41e 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "2.3.1": "1.4.10", "2.3.2": "1.4.10", "2.4.0": "1.4.10", - "2.4.1": "1.4.10" + "2.4.1": "1.4.10", + "2.4.2": "1.4.10" }