mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 10:40:31 +00:00
commit
0b04241460
5 changed files with 10 additions and 8 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"obsidian-css-inlay-colors": patch:fix
|
||||
---
|
||||
|
||||
Update plugin description
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## \[0.1.1]
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- [`d10aa8c`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/d10aa8c11f3408f4a488726c5c098b23c8105f14) Update plugin description
|
||||
|
||||
## \[0.1.0]
|
||||
|
||||
### New Features
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "css-inlay-colors",
|
||||
"name": "CSS Inlay Colors",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Show inline color hints for CSS colors",
|
||||
"author": "Benji Grant",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-css-inlay-colors",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"packageManager": "yarn@4.3.1",
|
||||
"description": "Show inline color hints for CSS colors in Obsidian",
|
||||
"main": "main.js",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"0.1.0": "0.15.0"
|
||||
"0.1.0": "0.15.0",
|
||||
"0.1.1": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue