mirror of
https://github.com/samuele-cozzi/obsidian-marp-slides.git
synced 2026-07-22 07:40:25 +00:00
chore(main): release 0.28.2
This commit is contained in:
parent
da08b9b122
commit
b9aa412250
3 changed files with 9 additions and 2 deletions
|
|
@ -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
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-marp-slides",
|
||||
"version": "0.28.1",
|
||||
"version": "0.28.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue