This commit is contained in:
Michael Naumov 2025-04-20 20:06:39 -06:00
parent cbdaf72b08
commit a962bad4ad
5 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,10 @@
# CHANGELOG
## 2.0.19
- Fix initialization
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/26.9.0
## 2.0.18
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/24.1.1

View file

@ -1,7 +1,7 @@
{
"id": "smart-rename",
"name": "Smart Rename",
"version": "2.0.18",
"version": "2.0.19",
"minAppVersion": "1.8.9",
"description": "Renames notes keeping previous title in existing links",
"author": "mnaoumov",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "smart-rename",
"version": "2.0.18",
"version": "2.0.19",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "smart-rename",
"version": "2.0.18",
"version": "2.0.19",
"license": "MIT",
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",

View file

@ -1,6 +1,6 @@
{
"name": "smart-rename",
"version": "2.0.18",
"version": "2.0.19",
"description": "Renames notes keeping previous title in existing links",
"scripts": {
"build": "obsidian-dev-utils build",

View file

@ -22,5 +22,6 @@
"2.0.15": "1.8.9",
"2.0.16": "1.8.9",
"2.0.17": "1.8.9",
"2.0.18": "1.8.9"
"2.0.18": "1.8.9",
"2.0.19": "1.8.9"
}