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",