diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c44683..3aef1c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [1.7.3](https://github.com/ljcoder2015/obsidian-sheet-plus/compare/1.7.2...1.7.3) (2025-01-09) + + +### Bug Fixes + +* Embedded links support special characters and multiple languages ([57529b1](https://github.com/ljcoder2015/obsidian-sheet-plus/commit/57529b19d543aeac18636a8752e0cf69fd6c3635)) + + +### Features + +* issues template ([eda91a4](https://github.com/ljcoder2015/obsidian-sheet-plus/commit/eda91a45ccd4545c799aca98d151b3060eb3fb97)) + ## [1.7.2](https://github.com/ljcoder2015/obsidian-sheet-plus/compare/1.7.1...1.7.2) (2025-01-07) diff --git a/manifest.json b/manifest.json index 4212cda..277a6ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sheet-plus", "name": "Sheet Plus", - "version": "1.7.2", + "version": "1.7.3", "minAppVersion": "1.5.11", "description": "Create Excel-like spreadsheets and easily embed them in Markdown.", "author": "ljcoder", diff --git a/package.json b/package.json index b1dca91..a4e6da7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sheet-plus", "type": "module", - "version": "1.7.2", + "version": "1.7.3", "description": "Create Excel-like spreadsheets and easily embed them in Markdown.", "author": "ljcoder", "license": "Apache-2.0",