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:
samuele-cozzi 2024-03-09 14:01:52 +01:00 committed by GitHub
commit 016f5cbcd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View file

@ -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
View file

@ -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",

View file

@ -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": {