mirror of
https://github.com/mnaoumov/obsidian-insert-multiple-attachments.git
synced 2026-07-22 11:30:26 +00:00
chore: release 1.3.12
This commit is contained in:
parent
edee7bf973
commit
630f9635b6
5 changed files with 10 additions and 5 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.3.12
|
||||
|
||||
- refactor: new template
|
||||
|
||||
## 1.3.11
|
||||
|
||||
- refactor: new template
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "insert-multiple-attachments",
|
||||
"name": "Insert Multiple Attachments",
|
||||
"version": "1.3.11",
|
||||
"version": "1.3.12",
|
||||
"description": "Allows to insert multiple attachments at a time.",
|
||||
"author": "mnaoumov",
|
||||
"authorUrl": "https://github.com/mnaoumov/",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "insert-multiple-attachments",
|
||||
"version": "1.3.11",
|
||||
"version": "1.3.12",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insert-multiple-attachments",
|
||||
"version": "1.3.11",
|
||||
"version": "1.3.12",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^21.1.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "insert-multiple-attachments",
|
||||
"version": "1.3.11",
|
||||
"version": "1.3.12",
|
||||
"description": "Allows to insert multiple attachments at a time",
|
||||
"keywords": [],
|
||||
"homepage": "https://github.com/mnaoumov/obsidian-insert-multiple-attachments#readme",
|
||||
|
|
|
|||
|
|
@ -47,5 +47,6 @@
|
|||
"1.3.8": "1.12.7",
|
||||
"1.3.9": "1.12.7",
|
||||
"1.3.10": "1.12.7",
|
||||
"1.3.11": "1.12.7"
|
||||
"1.3.11": "1.12.7",
|
||||
"1.3.12": "1.12.7"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue