chore(main): release 0.43.0

This commit is contained in:
samuele-cozzi 2024-01-20 17:06:48 +01:00
parent 6d5f50c1f2
commit bce4c13bfd
3 changed files with 10 additions and 3 deletions

View file

@ -5,6 +5,13 @@ nav_order: 99
# Changelog
## [0.43.0](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.42.2...0.43.0) (2024-01-20)
### Features
* mobile app alpha ([6d5f50c](https://github.com/samuele-cozzi/obsidian-marp-slides/commit/6d5f50c1f25f1a9cf35247def50c23c581b0b3f0))
## [0.42.2](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.42.1...0.42.2) (2024-01-18)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "marp-slides",
"version": "0.42.2",
"version": "0.43.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "marp-slides",
"version": "0.42.2",
"version": "0.43.0",
"license": "MIT",
"dependencies": {
"@marp-team/marp-cli": "^2.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "marp-slides",
"version": "0.42.2",
"version": "0.43.0",
"description": "Create markdown-based marp presentations in Obsidian ",
"main": "src/main.js",
"scripts": {