Merge pull request #14 from GRA0007/release

Publish New Version
This commit is contained in:
Benji Grant 2024-12-12 13:39:39 +11:00 committed by GitHub
commit 69aa72f0f4
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": minor:feat
---
Adds a setting to hide color names so only the inlay swatch is visible

View file

@ -1,5 +1,11 @@
# Changelog
## \[1.2.0]
### New Features
- [`33aca1c`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/33aca1c2481ebb1296147cb4723ccd2723e53ff2) Adds a setting to hide color names so only the inlay swatch is visible
## \[1.1.0]
### New Features

View file

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

View file

@ -4,5 +4,6 @@
"0.2.0": "0.15.0",
"0.2.1": "0.15.0",
"1.0.0": "0.15.0",
"1.1.0": "0.15.0"
"1.1.0": "0.15.0",
"1.2.0": "0.15.0"
}