mirror of
https://github.com/samuele-cozzi/obsidian-marp-slides.git
synced 2026-07-22 07:40:25 +00:00
chore(main): release 0.38.1
This commit is contained in:
parent
88a95aefb0
commit
41a4c19c2d
3 changed files with 11 additions and 3 deletions
|
|
@ -5,6 +5,14 @@ nav_order: 99
|
|||
|
||||
# Changelog
|
||||
|
||||
## [0.38.1](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.38.0...0.38.1) (2023-10-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* enable advanced html ([88a95ae](https://github.com/samuele-cozzi/obsidian-marp-slides/commit/88a95aefb072f0f9963779b962f5f70a42797e47))
|
||||
* Merge pull request [#109](https://github.com/samuele-cozzi/obsidian-marp-slides/issues/109) from samuele-cozzi/108-html-enhanced-view ([88a95ae](https://github.com/samuele-cozzi/obsidian-marp-slides/commit/88a95aefb072f0f9963779b962f5f70a42797e47))
|
||||
|
||||
## [0.38.0](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.37.1...0.38.0) (2023-09-10)
|
||||
|
||||
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-marp-slides",
|
||||
"version": "0.38.0",
|
||||
"version": "0.38.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-marp-slides",
|
||||
"version": "0.38.0",
|
||||
"version": "0.38.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marp-team/marp-cli": "^2.4.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "marp-slides",
|
||||
"version": "0.38.0",
|
||||
"version": "0.38.1",
|
||||
"description": "Create markdown-based marp presentations in Obsidian ",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue