chore(main): release 0.46.1

This commit is contained in:
samuele-cozzi 2026-04-11 14:10:30 +02:00
parent 2b2fdb52cf
commit 097dd250e6
3 changed files with 10 additions and 3 deletions

View file

@ -5,6 +5,13 @@ nav_order: 99
# Changelog
## [0.46.1](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.46.0...0.46.1) (2026-04-11)
### Bug Fixes
* Remove code coverage step from release workflow ([2b2fdb5](https://github.com/samuele-cozzi/obsidian-marp-slides/commit/2b2fdb52cf6830e54e826f632bd70966733008c5))
## [0.46.0](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.45.6...0.46.0) (2026-04-11)

4
package-lock.json generated
View file

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

View file

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