Skip to content

Commit

Permalink
🔖 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 4153c36 commit de709dc
Show file tree
Hide file tree
Showing 6 changed files with 3,261 additions and 4,128 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,28 @@ 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.4](https://github.com/ebullient/obsidian-slides-extended/compare/2.1.3...2.1.4)

- ⬆️ update dependencies [`9fe4497`](https://github.com/ebullient/obsidian-slides-extended/commit/9fe4497760817f2802314b78570384364a672c2d)
- ➖ remove electron [`60bc2a3`](https://github.com/ebullient/obsidian-slides-extended/commit/60bc2a360fd8a05c1e4344a8384bd284d6a77311)
- ✨🐛 video, export local files [`38e161b`](https://github.com/ebullient/obsidian-slides-extended/commit/38e161b89d84c86b0e50ff457b64d1b8e1f9293e)
- Bump esbuild from 0.20.2 to 0.24.0 [`44ef7fa`](https://github.com/ebullient/obsidian-slides-extended/commit/44ef7fa63c881b4280d29721fb37e08eec4e6fc3)
- 🩹 cleanup eslint [`a8366e0`](https://github.com/ebullient/obsidian-slides-extended/commit/a8366e0ed68879b8635edf8a66af34cf9adc20d2)
- Bump sass from 1.79.4 to 1.79.5 [`8fc2c6f`](https://github.com/ebullient/obsidian-slides-extended/commit/8fc2c6f82812b28f1a0aa77153cfce4c9f123acf)
- Bump typescript from 5.6.2 to 5.6.3 [`4153c36`](https://github.com/ebullient/obsidian-slides-extended/commit/4153c3623082086300dfacd21762a65edbf5d9ab)
- Bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.8.1 [`0984491`](https://github.com/ebullient/obsidian-slides-extended/commit/098449181e0d6cbdc81a6eeaa85d3705185f3459)
- Bump @fastify/static from 7.0.4 to 8.0.1 [`41c975c`](https://github.com/ebullient/obsidian-slides-extended/commit/41c975c3026168ae4c8bc28c8e59e68d30590fb3)
- Bump @types/node from 20.16.10 to 22.7.4 [`49d4988`](https://github.com/ebullient/obsidian-slides-extended/commit/49d498865d25d3cc2c87f8b578eeaec20dc13fb5)
- Bump glob from 10.4.5 to 11.0.0 [`1295c54`](https://github.com/ebullient/obsidian-slides-extended/commit/1295c54b5118e5ca82f98fb10d0ea9e2e5de459b)
- Bump chart.js from 3.9.1 to 4.4.4 [`02a9ecf`](https://github.com/ebullient/obsidian-slides-extended/commit/02a9ecf4835431be7d4fe773de1b5228a8040aaf)
- Bump builtin-modules from 3.3.0 to 4.0.0 [`92643e1`](https://github.com/ebullient/obsidian-slides-extended/commit/92643e171c3561a3bd6444a1660a91dcbf46f719)
- 🩹 non-greedy comment regex [`031cc80`](https://github.com/ebullient/obsidian-slides-extended/commit/031cc80b472fa186b0d00989eeed96bebf7fe248)
- Bump pnpm/action-setup from 3 to 4 [`4fd6144`](https://github.com/ebullient/obsidian-slides-extended/commit/4fd61446a69ae350b7987de80611e654ef61e6c4)

#### [2.1.3](https://github.com/ebullient/obsidian-slides-extended/compare/2.1.2...2.1.3)

> 7 October 2024
- ⬆️ update dependencies [`1e81b44`](https://github.com/ebullient/obsidian-slides-extended/commit/1e81b44d0c68280bbb970558b3a55ac7eda6af25)
- 🐛 fix file:// url handling, add logs for image resolution [`e950941`](https://github.com/ebullient/obsidian-slides-extended/commit/e95094141b828d779b8b5d8cc399f88f131c2529)
- ⚡️ defer server init to layout ready [`5df0acc`](https://github.com/ebullient/obsidian-slides-extended/commit/5df0acce29f2f780afa0ae9003fe105c61273c89)
Expand Down
2 changes: 1 addition & 1 deletion distVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.1.3"
"version": "2.1.4"
}
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "slides-extended",
"name": "Slides Extended",
"version": "2.1.3",
"version": "2.1.4",
"minAppVersion": "1.5.7",
"description": "Create markdown-based presentations using reveal.js",
"author": "Matthäus Szturc, continued by Erin Schnabel",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "slides-extended",
"name": "Slides Extended",
"version": "2.1.3",
"version": "2.1.4",
"minAppVersion": "1.5.7",
"description": "Create markdown-based presentations using reveal.js",
"author": "Matthäus Szturc, continued by Erin Schnabel",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slides-extended",
"version": "2.1.3",
"version": "2.1.4",
"description": "Create markdown-based presentations with reveal.js in Obsidian",
"author": "Erin Schnabel",
"license": "MIT",
Expand Down
Loading

0 comments on commit de709dc

Please sign in to comment.