From 0d656a693e068f0caa22c576a1f0644ff8e902e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A4ssin?= Date: Thu, 24 Oct 2024 12:35:14 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 12 ++++++++---- package.json | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 783dab9..c169fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log -All notable changes to the "pink-functional" extension will be documented in this file. +## [1.0.1] - 10/24/2024 -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +# Added -## [Unreleased] + - made the color for link green (`textLink.foreground` and `textLink.activeForeground`) -- Initial release +## [1.0.0] - 10/22/2024 + +## Changed + + - took "Pink As Heck" by shoobah as base but created and implemented custom token colors \ No newline at end of file diff --git a/package.json b/package.json index 0848da2..fa9a28b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pink-functional", "displayName": "Pink Functional", "description": "A simple pink theme, with syntax highlighting kept as normal as possible to not hinder your DX! Based on a theme by shoobah.", - "version": "1.0.0", + "version": "1.0.1", "publisher": "probablyjassin", "repository": { "type": "git", @@ -32,4 +32,4 @@ } ] } -} +} \ No newline at end of file