mirror of
https://github.com/mnaoumov/obsidian-insert-multiple-attachments.git
synced 2026-07-22 11:30:26 +00:00
chore: release 1.3.7
This commit is contained in:
parent
96210cdb30
commit
d0b1b8751c
5 changed files with 11 additions and 6 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.3.7
|
||||
|
||||
- chore: update template
|
||||
|
||||
## 1.3.6
|
||||
|
||||
- refactor: commands
|
||||
|
|
|
|||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue