Publish new version

This commit is contained in:
GRA0007 2025-12-09 23:37:02 +00:00 committed by github-actions[bot]
parent b0098b0370
commit 1aa5d07131
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"
}