bump version to 0.6.0

This commit is contained in:
mProjectsCode 2023-12-12 21:18:35 +01:00
parent 5125e73cb4
commit 28e49eaef8
3 changed files with 10 additions and 2 deletions

View file

@ -159,6 +159,14 @@ You are more than welcome to open an issue on [GitHub](https://github.com/mProje
### Changelog
#### 0.6.0
- Added manga support through Jikan
- Added book support through Open Library
- Added album cover support for music releases
- Split up `producer` into `studio`, `director` and `writer` for movies and series
- fixed the preview modal not displaying the frontmatter anymore
#### 0.5.0
- New simple search modal, select the media type and search all applicable APIs

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-media-db-plugin",
"name": "Media DB Plugin",
"version": "0.5.2",
"version": "0.6.0",
"minAppVersion": "0.14.0",
"description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.",
"author": "Moritz Jung",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-media-db-plugin",
"version": "0.5.2",
"version": "0.6.0",
"description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.",
"main": "main.js",
"scripts": {