From 51280d80acd43c532ea102557d3fdd1c72520be9 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Fri, 10 Nov 2023 04:32:25 -0800 Subject: [PATCH] [ci] release (#27) Co-authored-by: github-actions[bot] --- .changeset/blue-dodos-complain.md | 5 ----- .changeset/yellow-turtles-beam.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/blue-dodos-complain.md delete mode 100644 .changeset/yellow-turtles-beam.md diff --git a/.changeset/blue-dodos-complain.md b/.changeset/blue-dodos-complain.md deleted file mode 100644 index e45cfe0..0000000 --- a/.changeset/blue-dodos-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"houston": patch ---- - -Increase contrast of text highlight and fix visibility of whitespace markers diff --git a/.changeset/yellow-turtles-beam.md b/.changeset/yellow-turtles-beam.md deleted file mode 100644 index 971815b..0000000 --- a/.changeset/yellow-turtles-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"houston": patch ---- - -Reduce scrollbar opacity to show minimap colours diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b9498..578d3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.1.1 + +### Patch Changes + +- [#24](https://github.com/withastro/houston-vscode/pull/24) [`a959330`](https://github.com/withastro/houston-vscode/commit/a959330f5bf95e560211806ab61b3d0f9ed4a108) Thanks [@VoxelMC](https://github.com/VoxelMC)! - Increase contrast of text highlight and fix visibility of whitespace markers + +- [#23](https://github.com/withastro/houston-vscode/pull/23) [`d297233`](https://github.com/withastro/houston-vscode/commit/d297233be95e3f8fdecc22e4ffa92bb0e7265592) Thanks [@VoxelMC](https://github.com/VoxelMC)! - Reduce scrollbar opacity to show minimap colours + ## v0.1.0 - Improve comment contrast diff --git a/package.json b/package.json index 3227048..7ccf50a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "publisher": "astro-build", "displayName": "Houston", "description": "A theme featuring cool blues, minty greens, and soft purples", - "version": "0.1.0", + "version": "0.1.1", "repository": { "type": "git", "url": "https://github.com/withastro/houston-vscode.git"