From 8209d12d285a906f421ea18350f7cb0051c4f3eb Mon Sep 17 00:00:00 2001 From: GitHub <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:28:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ distVersion.json | 2 +- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3acf8..479acfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.0.0](https://github.com/ebullient/obsidian-slides-extended/compare/1.20.1...2.0.0) + +- 🍴 Begin fork of Advanced Slides plugin [`f90f299`](https://github.com/ebullient/obsidian-slides-extended/commit/f90f299be46a727f700595a61c9b806077104528) +- 👷 ci for release [`20cd968`](https://github.com/ebullient/obsidian-slides-extended/commit/20cd9687486f75fa44f43ab8e2264cb948eb5c22) +- 📦 download/update release contents [`4128bb4`](https://github.com/ebullient/obsidian-slides-extended/commit/4128bb41d4a2c0c55b07d6d1e9072f0a7d776d45) +- Rename to Slides Extended [`acdd75b`](https://github.com/ebullient/obsidian-slides-extended/commit/acdd75b2311456e8e569e18af33bd27eb19e4e0f) +- 🍴 Unfork/Rename (less confusion) [`6fcb46a`](https://github.com/ebullient/obsidian-slides-extended/commit/6fcb46a5250a969f85123aad5abf142061bc4ef5) +- 🐛 Fix relative image path for export [`801080e`](https://github.com/ebullient/obsidian-slides-extended/commit/801080ee8abe3b34f2038a258f026e4e39eb3121) +- 🔧 update FUNDING.yml [`ae1bee1`](https://github.com/ebullient/obsidian-slides-extended/commit/ae1bee1706b4a3158a89bdad3a216be4de9b242d) diff --git a/distVersion.json b/distVersion.json index 4cbd8f4..4928ba5 100644 --- a/distVersion.json +++ b/distVersion.json @@ -1,3 +1,3 @@ { - "version": "1.20.9" + "version": "2.0.0" } diff --git a/manifest-beta.json b/manifest-beta.json index 3354083..083c56c 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-slides-extended", "name": "Slides Extended", - "version": "1.20.9", + "version": "2.0.0", "minAppVersion": "0.16.0", "description": "Create markdown-based presentations using reveal.js in Obsidian", "author": "Matthäus Szturc, continued by Erin Schnabel", diff --git a/manifest.json b/manifest.json index 3354083..083c56c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-slides-extended", "name": "Slides Extended", - "version": "1.20.9", + "version": "2.0.0", "minAppVersion": "0.16.0", "description": "Create markdown-based presentations using reveal.js in Obsidian", "author": "Matthäus Szturc, continued by Erin Schnabel", diff --git a/package.json b/package.json index 2f1e9ae..854d272 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-slides-extended", - "version": "1.20.9", + "version": "2.0.0", "description": "Create markdown-based presentations with reveal.js in Obsidian", "author": "Erin Schnabel", "license": "MIT",