From 8c485bed7937f0b2781b8b55acf3d53a53e77f74 Mon Sep 17 00:00:00 2001 From: Andrew Durber Date: Sat, 5 Mar 2022 08:54:42 +0000 Subject: [PATCH] chore(release): 0.0.27 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce72c86..9021392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.27](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/compare/0.0.26...0.0.27) (2022-03-05) + + +### Bug Fixes + +* codeblock not rerendering live preview ([ee06781](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/commit/ee067813482eca2f6b962a913d4f7ff255c33560)) + ### [0.0.26](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/compare/0.0.25...0.0.26) (2022-02-02) diff --git a/manifest.json b/manifest.json index a8cb23f..22771b4 100644 --- a/manifest.json +++ b/manifest.json @@ -4,6 +4,6 @@ "author": "aidurber", "description": "An Obsidian plugin to generate Tables of Contents that stay up to date with your document outline.", "minAppVersion": "0.11.0", - "version": "0.0.26", + "version": "0.0.27", "repo": "aidurber/obsidian-plugin-dynamic-toc" } diff --git a/package.json b/package.json index 84adae7..875f303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-plugin-dynamic-toc", - "version": "0.0.26", + "version": "0.0.27", "description": "An Obsidian plugin to generate Tables of Contents that stay up to date with your document outline.", "main": "main.js", "license": "MIT", diff --git a/versions.json b/versions.json index c9328e7..2aa0117 100644 --- a/versions.json +++ b/versions.json @@ -24,5 +24,6 @@ "0.0.23": "0.11.0", "0.0.24": "0.11.0", "0.0.25": "0.11.0", - "0.0.26": "0.11.0" + "0.0.26": "0.11.0", + "0.0.27": "0.11.0" }