mirror of
https://github.com/samuele-cozzi/obsidian-marp-slides.git
synced 2026-07-22 07:40:25 +00:00
chore(main): release 0.44.0
This commit is contained in:
parent
43e829fe4e
commit
b44544a2d2
3 changed files with 10 additions and 3 deletions
|
|
@ -5,6 +5,13 @@ nav_order: 99
|
|||
|
||||
# Changelog
|
||||
|
||||
## [0.44.0](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.43.0...0.44.0) (2024-01-31)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Merge pull request [#140](https://github.com/samuele-cozzi/obsidian-marp-slides/issues/140) from samuele-cozzi:139-external-images-dont-appear-in-deck-preview ([43e829f](https://github.com/samuele-cozzi/obsidian-marp-slides/commit/43e829fe4ed98ee504bcb5b3778f9815a8a91489))
|
||||
|
||||
## [0.43.0](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.42.2...0.43.0) (2024-01-20)
|
||||
|
||||
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "marp-slides",
|
||||
"version": "0.43.0",
|
||||
"version": "0.44.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marp-slides",
|
||||
"version": "0.43.0",
|
||||
"version": "0.44.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marp-team/marp-cli": "^2.4.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "marp-slides",
|
||||
"version": "0.43.0",
|
||||
"version": "0.44.0",
|
||||
"description": "Create markdown-based marp presentations in Obsidian ",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue