Skip to content

Commit 9591015

Browse files
committed
release: v0.6.1
1 parent ce9e83e commit 9591015

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ words:
2121
- preflights
2222
- tailwindcss
2323
- unocss
24+
- unrteljs
2425
- vueuse
2526
ignoreWords: []
2627
import: []

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-plugin-unocss",
33
"name": "UnoCSS",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"minAppVersion": "1.4.0",
66
"description": "A Obsidian.md plugin that allows you to generate and apply UnoCSS and Tailwind CSS supported styles right in your notes.",
77
"author": "Nólëbase",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obsidian-plugin-unocss",
33
"type": "module",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"packageManager": "pnpm@10.11.1",
66
"description": "A Obsidian.md plugin that allows you to generate and apply UnoCSS and Tailwind CSS supported styles right in your notes.",
77
"author": {

0 commit comments

Comments
 (0)