1.0.1 - Obsidian Release

This commit is contained in:
NellowTCS 2026-05-12 16:06:07 -06:00 committed by GitHub
parent 8dbad7b29d
commit 5e4cc24d92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "iroview",
"name": "IroView",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "A color preview for HEX, HSL, RGB values in your notes, similar to VSCode's color preview.",
"author": "NellowTCS",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "iroview",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "iroview",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"@codemirror/view": "^6.38.6"

View file

@ -1,6 +1,6 @@
{
"name": "iroview",
"version": "1.0.0",
"version": "1.0.1",
"description": "A color preview for HEX, HSL, RGB values in your notes, similar to VSCode's color preview.",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}