mirror of
https://github.com/samuele-cozzi/obsidian-marp-slides.git
synced 2026-07-22 07:40:25 +00:00
Merge pull request #145 from samuele-cozzi/release-please--branches--main--components--release-please-action
chore(main): release 0.45.0
This commit is contained in:
commit
016f5cbcd4
3 changed files with 10 additions and 3 deletions
|
|
@ -5,6 +5,13 @@ nav_order: 99
|
|||
|
||||
# Changelog
|
||||
|
||||
## [0.45.0](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.44.0...0.45.0) (2024-03-09)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Merge pull request [#144](https://github.com/samuele-cozzi/obsidian-marp-slides/issues/144) from samuele-cozzi:134-highlighting-missing ([50c4453](https://github.com/samuele-cozzi/obsidian-marp-slides/commit/50c4453f1d2c55f52ebbf0b10417fcb01ae189d2))
|
||||
|
||||
## [0.44.0](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.43.0...0.44.0) (2024-01-31)
|
||||
|
||||
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "marp-slides",
|
||||
"version": "0.44.0",
|
||||
"version": "0.45.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marp-slides",
|
||||
"version": "0.44.0",
|
||||
"version": "0.45.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marp-team/marp-cli": "^2.5.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "marp-slides",
|
||||
"version": "0.44.0",
|
||||
"version": "0.45.0",
|
||||
"description": "Create markdown-based marp presentations in Obsidian ",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue