diff --git a/CHANGELOG.md b/CHANGELOG.md index a5dbce88..b4ce7a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 4.X + +### [4.4.2](https://github.com/SkepticMystic/breadcrumbs/compare/4.4.1...4.4.2) (2026-03-09) + +### [4.4.1](https://github.com/SkepticMystic/breadcrumbs/compare/3.6.11...4.4.1) (2026-03-08) + +## 3.X + ### [3.6.11](https://github.com/SkepticMystic/breadcrumbs/compare/3.6.10...3.6.11) (2024-01-05) ### [3.6.10](https://github.com/SkepticMystic/breadcrumbs/compare/3.6.9...3.6.10) (2024-01-05) diff --git a/manifest-beta.json b/manifest-beta.json index cccc30a0..b3bfbfdf 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "4.4.1", + "version": "4.4.2", "minAppVersion": "1.0.0", "description": "Add structured hierarchies to your notes", "author": "SkepticMystic", diff --git a/manifest.json b/manifest.json index cccc30a0..b3bfbfdf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "4.4.1", + "version": "4.4.2", "minAppVersion": "1.0.0", "description": "Add structured hierarchies to your notes", "author": "SkepticMystic", diff --git a/package-lock.json b/package-lock.json index 252698a2..6e01e46d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "breadcrumbs", - "version": "4.4.1-beta", + "version": "4.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "breadcrumbs", - "version": "4.4.1-beta", + "version": "4.4.2", "license": "MIT", "dependencies": { "lucide-svelte": "^0.537.0", diff --git a/package.json b/package.json index fc110a81..c4fa4aba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs", - "version": "4.4.1", + "version": "4.4.2", "description": "Add typed-links to your Obsidian notes", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7ec7b096..5c41fda6 100644 --- a/versions.json +++ b/versions.json @@ -247,5 +247,6 @@ "4.3.2-beta": "1.0.0", "4.3.3-beta": "1.0.0", "4.3.6-beta": "1.0.0", - "4.4.1": "1.0.0" + "4.4.1": "1.0.0", + "4.4.2": "1.0.0" } \ No newline at end of file