Merge pull request #2 from GRA0007/release

Publish New Version
This commit is contained in:
Benji Grant 2024-07-19 14:16:05 +10:00 committed by GitHub
commit 0b04241460
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
"obsidian-css-inlay-colors": patch:fix
---
Update plugin description

View file

@ -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

View file

@ -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",

View file

@ -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",

View file

@ -1,3 +1,4 @@
{
"0.1.0": "0.15.0"
"0.1.0": "0.15.0",
"0.1.1": "0.15.0"
}