diff --git a/CHANGELOG.md b/CHANGELOG.md index 139a0ca..f16ceea 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.1.1](https://github.com/valentine195/obsidian-markdown-attributes/compare/1.1.0...1.1.1) (2022-02-26) + + +### Bug Fixes + +* fixed issue where elements could be detached incorrectly ([556e8a5](https://github.com/valentine195/obsidian-markdown-attributes/commit/556e8a561c8de670b0762e0a873092a6c7913ce2)) + ## [1.1.0](https://github.com/valentine195/obsidian-markdown-attributes/compare/1.0.3...1.1.0) (2021-12-09) diff --git a/manifest.json b/manifest.json index 26a316f..ab6449c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "markdown-attributes", "name": "Markdown Attributes", - "version": "1.1.0", + "version": "1.1.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 b21fdf4..32587aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-attributes", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-attributes", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^15.1.0", diff --git a/package.json b/package.json index 245c4d6..f8d8e33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-attributes", - "version": "1.1.0", + "version": "1.1.1", "description": "Add markdown attributes to elements in Obsidian.md", "main": "main.js", "scripts": {