Release 1.1.0

This commit is contained in:
Barrca 2025-02-07 15:41:30 -08:00
parent 8f40589c6d
commit c5a83110d4
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "inlineai",
"name": "InlineAI",
"version": "1.0.10",
"version": "1.1.0",
"minAppVersion": "0.15.0",
"description": "AI-powered suggestions, contextual edits, and advanced text transformations directly into your editor.",
"author": "FBarrca",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-inlineai",
"version": "1.0.10",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-inlineai",
"version": "1.0.10",
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"@codemirror/autocomplete": "^6.18.4",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-inlineai",
"version": "1.0.10",
"version": "1.1.0",
"description": "Cursor or Copilot like Inline AI interface for Obsidian",
"main": "main.js",
"scripts": {