This commit is contained in:
Netajam 2026-04-27 22:11:13 +02:00
parent a8234a53b4
commit 0e2c21fed7
4 changed files with 8 additions and 7 deletions

View file

@ -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
}
}

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -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"
}