chore: release 1.3.7

This commit is contained in:
Michael Naumov 2026-03-06 17:01:28 -06:00
parent 96210cdb30
commit d0b1b8751c
5 changed files with 11 additions and 6 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## 1.3.7
- chore: update template
## 1.3.6
- refactor: commands

View file

@ -1,11 +1,11 @@
{
"id": "insert-multiple-attachments",
"name": "Insert Multiple Attachments",
"version": "1.3.6",
"version": "1.3.7",
"description": "Allows to insert multiple attachments at a time",
"author": "mnaoumov",
"authorUrl": "https://github.com/mnaoumov/",
"isDesktopOnly": false,
"fundingUrl": "https://www.buymeacoffee.com/mnaoumov",
"minAppVersion": "1.11.4"
"minAppVersion": "1.12.4"
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "insert-multiple-attachments",
"version": "1.3.6",
"version": "1.3.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "insert-multiple-attachments",
"version": "1.3.6",
"version": "1.3.7",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "latest",

View file

@ -1,6 +1,6 @@
{
"name": "insert-multiple-attachments",
"version": "1.3.6",
"version": "1.3.7",
"description": "Allows to insert multiple attachments at a time",
"scripts": {
"build": "obsidian-dev-utils build",

View file

@ -42,5 +42,6 @@
"1.3.3": "1.10.6",
"1.3.4": "1.10.6",
"1.3.5": "1.11.4",
"1.3.6": "1.11.4"
"1.3.6": "1.11.4",
"1.3.7": "1.12.4"
}