diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a5792..2f106ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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). +#### [0.2.5](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.2.4...0.2.5) + +- ✨ Checkboxes in live preview [`9abbe27`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/9abbe27fd5adeae371167dc229d53f62787b5a3b) +- 🐛 Fix checkboxes (live preview, mobile, preview) [`e62c64e`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/e62c64e140995d227212c75bad3ca6c4740b5690) +- 🎨 Better contrast for hidden links [`1ef4523`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/1ef4523b0796ec0a4da6959070c5ee32087bf03d) +- 🎨 Remove !important for tag size [`c73c95a`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/c73c95a1678c13359d3869058ad72aa678982407) + #### [0.2.4](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.2.3...0.2.4) +> 24 November 2021 + - 🐛 Selection and cursors for highlights. Fixes #5 [`#5`](https://github.com/ebullient/obsidian-theme-ebullientworks/issues/5) - 🎨 Theme-aligned colors for search box [`045852c`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/045852ceaa0edf9d10e5f85a72177b77199d5aae) diff --git a/package.json b/package.json index 6abd431..d20fd89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-theme-ebullientworks", - "version": "0.2.4", + "version": "0.2.5", "private": true, "description": "An Obsidian Theme", "author": "Erin Schnabel",