Skip to content

Commit af5288f

Browse files
committed
- removed obsidian as prefix in manifest ID
1 parent a277017 commit af5288f

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- none
1111

12+
## [1.0.2] - 2024-11-11
13+
14+
### Changed
15+
16+
- Updated name to remove obsidian from prefix
17+
1218
## [1.0.1] - 2024-11-11
1319

1420
### Added

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"id": "obsidian-markdown-tags",
2+
"id": "markdown-tags",
33
"name": "Markdown Tags",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"minAppVersion": "0.12.0",
66
"description": "Enhance your documents with custom tags. Use predefined or custom labels, customizable colors, and arrow indicators to visually track tasks and statuses.",
77
"author": "John Smith III",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-markdown-tags",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Enhance your documents with custom tags. Use predefined or custom labels, customizable colors, and arrow indicators to visually track tasks and statuses.",
55
"main": "main.js",
66
"repository": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"1.0.0": "0.12.0",
3-
"1.0.1": "0.12.0"
3+
"1.0.1": "0.12.0",
4+
"1.0.2": "0.12.0"
45
}

0 commit comments

Comments
 (0)