From 0e2c21fed70fe31cf17c910256ccd8ef0ea5c12e Mon Sep 17 00:00:00 2001 From: Netajam Date: Mon, 27 Apr 2026 22:11:13 +0200 Subject: [PATCH] 1.3.0 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 03bbd15..ab48b60 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "note_uid_generator", "name": "Note UID Generator", - "version": "1.2.1", + "version": "1.3.0", "minAppVersion": "0.15.0", "description": "Automatically or manually generates Unique IDs (UUID, NanoID, ULID, or Snowflake) for notes and registers them in metadata (frontmatter).", "author": "Valentin Pelletier", "authorUrl": "https://github.com/Netajam", "fundingUrl": "https://github.com/sponsors/Netajam", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ccf0df5..8bb9cfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "note_uid_generator", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "note_uid_generator", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "nanoid": "^3.3.7", diff --git a/package.json b/package.json index 5de1a7d..5823636 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "note_uid_generator", - "version": "1.2.1", + "version": "1.3.0", "description": "Obsidian plugin to generate unique IDs (UUID, NanoID, ULID, or Snowflake) for your notes", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index ea60b63..fd3edf5 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.1.0": "0.15.0", "1.2.0": "0.15.0", - "1.2.1": "0.15.0" -} + "1.2.1": "0.15.0", + "1.3.0": "0.15.0" +} \ No newline at end of file