From 30c1c7997796a54ef9d6e4b0988fb2d2d538bdcb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Oct 2024 21:17:01 +0000 Subject: [PATCH] chore(release): 5.27.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [5.27.0](https://github.com/robertrossmann/vscode-remedy/compare/5.26.0...5.27.0) (2024-10-07) ### Features * add more colours to VS Code's SCM graph 🎨 ([8429111](https://github.com/robertrossmann/vscode-remedy/commit/84291117a484893e62731a9e07624d246d6c0d87)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fc924..a85be7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.27.0](https://github.com/robertrossmann/vscode-remedy/compare/5.26.0...5.27.0) (2024-10-07) + + +### Features + +* add more colours to VS Code's SCM graph 🎨 ([8429111](https://github.com/robertrossmann/vscode-remedy/commit/84291117a484893e62731a9e07624d246d6c0d87)) + # [5.26.0](https://github.com/robertrossmann/vscode-remedy/compare/5.25.1...5.26.0) (2024-10-04) diff --git a/package-lock.json b/package-lock.json index 262730a..2d91be7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remedy", - "version": "5.26.0", + "version": "5.27.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "remedy", - "version": "5.26.0", + "version": "5.27.0", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@commitlint/config-conventional": "^19.5.0", diff --git a/package.json b/package.json index 5c012c0..7a5dc9b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "remedy", "description": "A dark & bright theme with orange accents with roots in Base16 - Eighties colour theme", - "version": "5.26.0", + "version": "5.27.0", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/robertrossmann/vscode-remedy/issues"