diff --git a/CHANGELOG.md b/CHANGELOG.md index 5806112..a4e7ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.1.7](https://github.com/ebullient/obsidian-slides-extended/compare/2.1.6...2.1.7) + +- 🎨 clean up markdown postprocessor [`f1b61e3`](https://github.com/ebullient/obsidian-slides-extended/commit/f1b61e3d221e50b2efb9e4b7536b56ddeea57d64) +- 🐛 fix split even [`030ee15`](https://github.com/ebullient/obsidian-slides-extended/commit/030ee15fb438b6db54f690ee9298f049c7bb8b81) + #### [2.1.6](https://github.com/ebullient/obsidian-slides-extended/compare/2.1.5...2.1.6) +> 23 December 2024 + - 🐛 use grid instead of flexbox for split. Resolves #78 [`#78`](https://github.com/ebullient/obsidian-slides-extended/issues/78) - ✨ file name in view title [`5a2835c`](https://github.com/ebullient/obsidian-slides-extended/commit/5a2835c6848bf016dcf2482d1552f7d69b967918) - 🐛 Fix source for chart plugin [`1bd763f`](https://github.com/ebullient/obsidian-slides-extended/commit/1bd763fcef86321256d3fb11fb434149662f583c) diff --git a/distVersion.json b/distVersion.json index a8442f1..99290d0 100644 --- a/distVersion.json +++ b/distVersion.json @@ -1,3 +1,3 @@ { - "version": "2.1.6" + "version": "2.1.7" } diff --git a/manifest-beta.json b/manifest-beta.json index 71c9232..9ec0ad5 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "slides-extended", "name": "Slides Extended", - "version": "2.1.6", + "version": "2.1.7", "minAppVersion": "1.5.7", "description": "Create markdown-based presentations using reveal.js", "author": "Matthäus Szturc, continued by Erin Schnabel", diff --git a/manifest.json b/manifest.json index 71c9232..9ec0ad5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "slides-extended", "name": "Slides Extended", - "version": "2.1.6", + "version": "2.1.7", "minAppVersion": "1.5.7", "description": "Create markdown-based presentations using reveal.js", "author": "Matthäus Szturc, continued by Erin Schnabel", diff --git a/package.json b/package.json index 962ad66..abe705f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slides-extended", - "version": "2.1.6", + "version": "2.1.7", "description": "Create markdown-based presentations with reveal.js in Obsidian", "author": "Erin Schnabel", "license": "MIT",