This commit is contained in:
Michael Naumov 2025-04-07 22:45:40 -06:00
parent 4056603d01
commit da1028506b
5 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## 2.0.18
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/24.1.1
## 2.0.17
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/24.1.0

View file

@ -1,7 +1,7 @@
{
"id": "smart-rename",
"name": "Smart Rename",
"version": "2.0.17",
"version": "2.0.18",
"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.17",
"version": "2.0.18",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "smart-rename",
"version": "2.0.17",
"version": "2.0.18",
"license": "MIT",
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",

View file

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

View file

@ -21,5 +21,6 @@
"2.0.14": "1.8.9",
"2.0.15": "1.8.9",
"2.0.16": "1.8.9",
"2.0.17": "1.8.9"
"2.0.17": "1.8.9",
"2.0.18": "1.8.9"
}