diff --git a/CHANGELOG.md b/CHANGELOG.md index 84de19b0..22d927f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.63 + +- More bugfixes from @RyotaUshio for rendering Markdown paragraphs and other blocks in DataviewJS. + +--- + # 0.5.62 Several more inline field fixes from @RyotaUshio, including more configuration options, fixing inline fields being rendered inside codeblocks, and more. Thanks! diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 84de19b0..22d927f3 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,3 +1,9 @@ +# 0.5.63 + +- More bugfixes from @RyotaUshio for rendering Markdown paragraphs and other blocks in DataviewJS. + +--- + # 0.5.62 Several more inline field fixes from @RyotaUshio, including more configuration options, fixing inline fields being rendered inside codeblocks, and more. Thanks! diff --git a/manifest-beta.json b/manifest-beta.json index 895caa64..956e97e2 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.62", + "version": "0.5.63", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/manifest.json b/manifest.json index 895caa64..956e97e2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dataview", "name": "Dataview", - "version": "0.5.62", + "version": "0.5.63", "minAppVersion": "0.13.11", "description": "Complex data views for the data-obsessed.", "author": "Michael Brenan ", diff --git a/package.json b/package.json index 48ce7cec..e52e4562 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dataview", - "version": "0.5.62", + "version": "0.5.63", "description": "Advanced data views for Obsidian.md.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/versions.json b/versions.json index 24f94898..cb68f631 100644 --- a/versions.json +++ b/versions.json @@ -138,5 +138,6 @@ "0.5.59": "0.12.0", "0.5.60": "0.12.0", "0.5.61": "0.12.0", - "0.5.62": "0.12.0" + "0.5.62": "0.12.0", + "0.5.63": "0.12.0" }