mirror of
https://github.com/broekema41/obsidian-vcf-contacts.git
synced 2026-07-22 05:42:58 +00:00
version bump: 2.4.2
This commit is contained in:
parent
a115688eee
commit
94afcae7f9
6 changed files with 8 additions and 10 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "vcf-contacts",
|
"id": "vcf-contacts",
|
||||||
"name": "VCF Contacts",
|
"name": "VCF Contacts",
|
||||||
"version": "2.4.1",
|
"version": "2.4.2",
|
||||||
"minAppVersion": "1.4.10",
|
"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!",
|
"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",
|
"author": "Roland Broekema",
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "vcf-contacts",
|
"name": "vcf-contacts",
|
||||||
"version": "2.4.1",
|
"version": "2.4.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "vcf-contacts",
|
"name": "vcf-contacts",
|
||||||
"version": "2.4.1",
|
"version": "2.4.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@preact/signals-core": "^1.11.0",
|
"@preact/signals-core": "^1.11.0",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vcf-contacts",
|
"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!",
|
"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",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,2 @@
|
||||||
## Changes
|
## Changes
|
||||||
- Merge pull request #94 from broekema41/bug/90-import-stops-on-no-name-records
|
- Refs #95: bumping versions of test and lint dependancies and on too latest typscript for less linting warnings
|
||||||
- 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
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Releasing 2.4.1 patch including #90 #92 #93 #94
|
Releasing 2.4.2 patch including #95
|
||||||
|
|
|
||||||
|
|
@ -9,5 +9,6 @@
|
||||||
"2.3.1": "1.4.10",
|
"2.3.1": "1.4.10",
|
||||||
"2.3.2": "1.4.10",
|
"2.3.2": "1.4.10",
|
||||||
"2.4.0": "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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue