chore: release 1.3.12

This commit is contained in:
Michael Naumov 2026-06-27 02:11:54 -06:00
parent edee7bf973
commit 630f9635b6
5 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## 1.3.12
- refactor: new template
## 1.3.11
- refactor: new template

View file

@ -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
View file

@ -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",

View file

@ -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",

View file

@ -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"
}