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.
## [0.7.5] - Orm (2026-04-05)
### Added
- per tab workspaces
- self-host auth examples
- better documentation
## [0.7.4] - Orm (2026-03-30)
### Added

View File

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

View File

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