diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e067ca..22b7be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.3.12 + +- refactor: new template + ## 1.3.11 - refactor: new template diff --git a/manifest.json b/manifest.json index edec5b8..f373f10 100644 --- a/manifest.json +++ b/manifest.json @@ -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/", diff --git a/package-lock.json b/package-lock.json index 3b1bfa4..9098e52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 9775b69..a082594 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/versions.json b/versions.json index 793223b..fab6ea5 100644 --- a/versions.json +++ b/versions.json @@ -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" }