Publish new version

This commit is contained in:
GRA0007 2025-09-02 14:58:29 +00:00 committed by github-actions[bot]
parent 7610d24dbd
commit e8390b97a4
7 changed files with 12 additions and 18 deletions

View file

@ -1,5 +0,0 @@
---
"obsidian-css-inlay-colors": minor:feat
---
Adds an option to copy the color to the clipboard on click in reading mode

View file

@ -1,5 +0,0 @@
---
"obsidian-css-inlay-colors": minor:feat
---
Surround colors in square brackets to hide the color names on a case-by-case basis

View file

@ -1,5 +0,0 @@
---
"obsidian-css-inlay-colors": patch:feat
---
Upgrades all packages and swaps to pnpm for development

View file

@ -1,5 +1,13 @@
# Changelog
## \[1.3.0]
### New Features
- [`937d95f`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/937d95f16fd78df4d5217077ede6c9beef3c03ae) Adds an option to copy the color to the clipboard on click in reading mode
- [`b0d482f`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/b0d482fb4faf1cc66d8ac4d291426700b72946d7) Surround colors in square brackets to hide the color names on a case-by-case basis
- [`31bb045`](https://github.com/GRA0007/obsidian-css-inlay-colors/commit/31bb0451a69bc11ad23f1ddb170c4c9a48353235) Upgrades all packages and swaps to pnpm for development
## \[1.2.0]
### New Features

View file

@ -1,7 +1,7 @@
{
"id": "css-inlay-colors",
"name": "CSS Inlay Colors",
"version": "1.2.0",
"version": "1.3.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.2.0",
"version": "1.3.0",
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"description": "Show inline color hints for CSS colors",
"main": "main.js",

View file

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