mirror of
https://github.com/netajam/obsidian_note_uid_generator.git
synced 2026-07-22 05:45:32 +00:00
1.3.0
This commit is contained in:
parent
a8234a53b4
commit
0e2c21fed7
4 changed files with 8 additions and 7 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue