mirror of
https://github.com/mnaoumov/obsidian-smart-rename.git
synced 2026-07-22 07:40:32 +00:00
chore: release 2.2.8
This commit is contained in:
parent
42dbe44209
commit
33cffa9a9f
5 changed files with 10 additions and 5 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 2.2.8
|
||||
|
||||
- chore: update libs
|
||||
|
||||
## 2.2.7
|
||||
|
||||
- chore: update libs
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "smart-rename",
|
||||
"name": "Smart Rename",
|
||||
"version": "2.2.7",
|
||||
"version": "2.2.8",
|
||||
"minAppVersion": "1.12.7",
|
||||
"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.2.7",
|
||||
"version": "2.2.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "smart-rename",
|
||||
"version": "2.2.7",
|
||||
"version": "2.2.8",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^21.2.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "smart-rename",
|
||||
"version": "2.2.7",
|
||||
"version": "2.2.8",
|
||||
"description": "Renames notes keeping previous title in existing links.",
|
||||
"keywords": [],
|
||||
"homepage": "https://github.com/mnaoumov/obsidian-smart-rename#readme",
|
||||
|
|
|
|||
|
|
@ -54,5 +54,6 @@
|
|||
"2.2.4": "1.12.7",
|
||||
"2.2.5": "1.12.7",
|
||||
"2.2.6": "1.12.7",
|
||||
"2.2.7": "1.12.7"
|
||||
"2.2.7": "1.12.7",
|
||||
"2.2.8": "1.12.7"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue