Merge pull request #33 from GRA0007/release

Publish New Version
This commit is contained in:
Benji Grant 2025-12-10 10:37:33 +11:00 committed by GitHub
commit 10090e7d7a
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
---
Fix color strings with uppercase letters not being recognised

View file

@ -1,5 +1,11 @@
# Changelog
## \[1.4.1]
### Bug Fixes
- [`4394998`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/439499882f58b3cc3e6359e20b6c31978b9bfa13) Fix color strings with uppercase letters not being recognised
## \[1.4.0]
### New Features

View file

@ -1,7 +1,7 @@
{
"id": "css-inlay-colors",
"name": "CSS Inlay Colors",
"version": "1.4.0",
"version": "1.4.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": "1.4.0",
"version": "1.4.1",
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501",
"description": "Show inline color hints for CSS colors",
"main": "main.js",

View file

@ -8,5 +8,6 @@
"1.2.0": "0.15.0",
"1.3.0": "0.15.0",
"1.3.1": "0.15.0",
"1.4.0": "0.15.0"
"1.4.0": "0.15.0",
"1.4.1": "0.15.0"
}