Publish new version

This commit is contained in:
GRA0007 2024-08-06 04:20:14 +00:00 committed by github-actions[bot]
parent 1707a2d87a
commit 53fd756bff
7 changed files with 15 additions and 18 deletions

View file

@ -1,5 +0,0 @@
---
"obsidian-css-inlay-colors": major:feat
---
Add a color picker in live preview mode

View file

@ -1,5 +0,0 @@
---
"obsidian-css-inlay-colors": patch:fix
---
Fix the plugin crashing when trying to parse an invalid color

View file

@ -1,5 +0,0 @@
---
"obsidian-css-inlay-colors": patch:fix
---
Disable the plugin in source mode

View file

@ -1,5 +1,16 @@
# Changelog
## \[1.0.0]
### New Features
- [`babc54b`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/babc54b7719a22f66ddca3cff387f9c6ec31c710) Add a color picker in live preview mode
### Bug Fixes
- [`384cc20`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/384cc20e3c81f32d41cf980c44cc9b9d42a7fb7f) Fix the plugin crashing when trying to parse an invalid color
- [`583a8f2`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/583a8f2afa541f01ef27d88c7e562ea14f708ea7) Disable the plugin in source mode
## \[0.2.1]
### Bug Fixes

View file

@ -1,7 +1,7 @@
{
"id": "css-inlay-colors",
"name": "CSS Inlay Colors",
"version": "0.2.1",
"version": "1.0.0",
"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.2.1",
"version": "1.0.0",
"packageManager": "yarn@4.3.1",
"description": "Show inline color hints for CSS colors",
"main": "main.js",

View file

@ -2,5 +2,6 @@
"0.1.0": "0.15.0",
"0.1.1": "0.15.0",
"0.2.0": "0.15.0",
"0.2.1": "0.15.0"
"0.2.1": "0.15.0",
"1.0.0": "0.15.0"
}