mirror of
https://github.com/mnaoumov/obsidian-smart-rename.git
synced 2026-07-22 07:40:32 +00:00
2.0.18
This commit is contained in:
parent
4056603d01
commit
da1028506b
5 changed files with 10 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue