chore(release): 1.1.9

This commit is contained in:
Lukas Bach 2025-03-03 18:29:56 +01:00
parent 70771ebbe0
commit f1b25bd2a8
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "code-files",
"name": "Code Files",
"version": "1.1.8",
"version": "1.1.9",
"minAppVersion": "0.15.0",
"description": "Edit Code Files in Obsidian with VSCode's powerful Monaco Editor",
"author": "Lukas Bach",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-code-files-plugin",
"version": "1.1.8",
"version": "1.1.9",
"main": "main.js",
"scripts": {
"build": "obsidian-plugin build src/main.ts",

View file

@ -16,5 +16,6 @@
"1.1.5": "0.15.0",
"1.1.6": "0.15.0",
"1.1.7": "0.15.0",
"1.1.8": "0.15.0"
"1.1.8": "0.15.0",
"1.1.9": "0.15.0"
}