From cfc931cc88681774e832669c684bda2b65e9b90f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 2 Jan 2024 18:38:27 -0800 Subject: [PATCH] Prepare release 0.8.1 (#326) --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0995463..ee2cb0a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -## Version 0.8.0 (December 15, 2022) +## Version 0.8.1 (January 2, 2024) + +### Bug Fixes + +- Fix regressions caused by `bazel query` optimization in 0.8.0 (@daivinhtran) +- Add new and upcoming files names to the list of files marking the root of a repo / workspace (@hypdeb) + +### Internal Improvements + +- Migrate to eslint (@hypdeb) +- Upgrade typescript (@cameron-martin) + +## Version 0.8.0 (December 15, 2023) ### New Features diff --git a/package.json b/package.json index 61159599..c3ddd52d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-bazel", "displayName": "Bazel", "description": "Bazel BUILD integration", - "version": "0.8.0", + "version": "0.8.1", "publisher": "BazelBuild", "license": "Apache-2.0", "repository": {