chore(main): release 0.28.2

This commit is contained in:
samuele-cozzi 2023-03-08 14:52:16 +01:00
parent da08b9b122
commit b9aa412250
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## [0.28.2](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.28.1...0.28.2) (2023-03-08)
### Bug Fixes
* unit tests ([da08b9b](https://github.com/samuele-cozzi/obsidian-marp-slides/commit/da08b9b122e6cfd1d5e14c6374521885ddb421cb))
## [0.28.1](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.28.0...0.28.1) (2023-03-08)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "obsidian-marp-slides",
"version": "0.28.1",
"version": "0.28.2",
"lockfileVersion": 3,
"requires": true,
"packages": {

View file

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