diff --git a/CHANGELOG.md b/CHANGELOG.md index eb90989..e7abe39 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. +### [1.2.1](https://github.com/valentine195/obsidian-markdown-attributes/compare/1.2.0...1.2.1) (2022-10-21) + + +### Bug Fixes + +* fixes live preview crash, improves LP rendering ([c85b4cc](https://github.com/valentine195/obsidian-markdown-attributes/commit/c85b4cca2627a0bbbb80b7af857a543d3179bb6b)) + ## [1.2.0](https://github.com/valentine195/obsidian-markdown-attributes/compare/1.1.1...1.2.0) (2022-09-12) diff --git a/manifest.json b/manifest.json index 82114ce..c8a993e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "markdown-attributes", "name": "Markdown Attributes", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "0.12.10", "description": "Add markdown attributes to elements in Obsidian.md", "author": "Jeremy Valentine", diff --git a/package-lock.json b/package-lock.json index efa509f..fa84fe5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-attributes", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-attributes", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "devDependencies": { "@codemirror/language": "https://github.com/lishid/cm-language", diff --git a/package.json b/package.json index 910079b..a45788d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-attributes", - "version": "1.2.0", + "version": "1.2.1", "description": "Add markdown attributes to elements in Obsidian.md", "main": "main.js", "scripts": {