From cdbd6746c584fb2719e71e5dcd0def50f4a5c5b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 04:18:54 +0000 Subject: [PATCH] chore(master): release 2.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..9965a34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0592add..ee06ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the "ZeroReference" extension will be documented in this The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.0](https://github.com/Perdolique/vscode-zero-reference/compare/v2.2.0...v2.3.0) (2026-09-08) + + +### Features + +* **workspaceScan:** add workspace scans ([de2faac](https://github.com/Perdolique/vscode-zero-reference/commit/de2faac03192afd6b8ea02a7e2c70af415186941)) + ## [2.2.0](https://github.com/Perdolique/vscode-zero-reference/compare/v2.1.0...v2.2.0) (2026-09-02) diff --git a/package.json b/package.json index 755daf9..ccf35d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zero-reference", - "version": "2.2.0", + "version": "2.3.0", "description": "Find and show code with no references at all", "displayName": "Zero Reference", "publisher": "Ky6uk",