bump version

This commit is contained in:
Nystik 2026-04-05 00:12:38 +02:00
parent dd4b89930e
commit 1c56a1fa45
3 changed files with 10 additions and 2 deletions

View file

@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.7.5] - Orm (2026-04-05)
### Added
- per tab workspaces
- self-host auth examples
- better documentation
## [0.7.4] - Orm (2026-03-30) ## [0.7.4] - Orm (2026-03-30)
### Added ### Added

View file

@ -1,6 +1,6 @@
{ {
"name": "ignis", "name": "ignis",
"version": "0.7.4", "version": "0.7.5",
"private": true, "private": true,
"description": "An Electron shim and server bridge for running Obsidian in a browser.", "description": "An Electron shim and server bridge for running Obsidian in a browser.",
"scripts": { "scripts": {

View file

@ -1,7 +1,7 @@
{ {
"id": "ignis-bridge", "id": "ignis-bridge",
"name": "Ignis Bridge", "name": "Ignis Bridge",
"version": "0.7.4", "version": "0.7.5",
"minAppVersion": "1.12.4", "minAppVersion": "1.12.4",
"description": "Additional Ignis specific functionality and ignis plugin management.", "description": "Additional Ignis specific functionality and ignis plugin management.",
"author": "Nystik", "author": "Nystik",