Skip to content

Commit a5a4912

Browse files
committed
Fixed: Extension name inconsistencies
1 parent bd1121b commit a5a4912

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.2.3] - 2024-12-13
13+
14+
### Fixed
15+
16+
- Extension name inconsistencies
17+
1218
## [1.2.2] - 2024-12-13
1319

1420
### Fixed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "markdown-tags",
3-
"name": "Markdown Tags",
4-
"version": "1.2.2",
3+
"name": "Tags for Markdown",
4+
"version": "1.2.3",
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.2.2",
3+
"version": "1.2.3",
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
@@ -6,5 +6,6 @@
66
"1.1.1": "0.12.0",
77
"1.2.0": "0.12.0",
88
"1.2.1": "0.12.0",
9-
"1.2.2": "0.12.0"
9+
"1.2.2": "0.12.0",
10+
"1.2.3": "0.12.0"
1011
}

0 commit comments

Comments
 (0)