diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3db..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0081718..0592add 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.2.0](https://github.com/Perdolique/vscode-zero-reference/compare/v2.1.0...v2.2.0) (2026-09-02) + + +### Features + +* **analysis:** add exclusions and suppression ([b31c727](https://github.com/Perdolique/vscode-zero-reference/commit/b31c7275b05f519e78c25716df59b0233810272c)) + ## [2.1.0](https://github.com/Perdolique/vscode-zero-reference/compare/v2.0.2...v2.1.0) (2026-09-02) diff --git a/package.json b/package.json index fb08191..220e023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zero-reference", - "version": "2.1.0", + "version": "2.2.0", "description": "Find and show code with no references at all", "displayName": "Zero Reference", "publisher": "Ky6uk",