diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a3dcda..4ef2e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html -## [2.1.1] (prerelease) - 2025-12-15 +## [2.1.3] (prerelease) - 2025-12-15 ### Changed @@ -17,7 +17,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic > **Note:** Starting from v2.1.0, we follow an odd/even versioning scheme for pre-releases. > Version 2.1.x will be the pre-release track, and 2.2.0 will be the next stable release. -[2.1.1]: https://github.com/AdguardTeam/VscodeAdblockSyntax/compare/2.0.4...2.1.1 +[2.1.3]: https://github.com/AdguardTeam/VscodeAdblockSyntax/compare/2.0.4...2.1.3 ## [2.0.4] (prerelease) - 2025-11-28 diff --git a/bamboo-specs/build-prerelease.yaml b/bamboo-specs/build-prerelease.yaml index ad7621a..efa256f 100644 --- a/bamboo-specs/build-prerelease.yaml +++ b/bamboo-specs/build-prerelease.yaml @@ -90,7 +90,7 @@ Build: - script: interpreter: SHELL scripts: - - "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix,syntaxes/out/adblock.plist,EXTRACTED_CHANGES.md" + - "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix,syntaxes/out/adblock.plist,EXTRACTED_CHANGES.md,out/build.txt" # Store the .vsix file as a build artifact artifacts: - name: vscode-adblock.vsix diff --git a/bamboo-specs/build.yaml b/bamboo-specs/build.yaml index 2cb269e..7c49af7 100644 --- a/bamboo-specs/build.yaml +++ b/bamboo-specs/build.yaml @@ -90,7 +90,7 @@ Build: - script: interpreter: SHELL scripts: - - "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix,syntaxes/out/adblock.plist,EXTRACTED_CHANGES.md" + - "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix,syntaxes/out/adblock.plist,EXTRACTED_CHANGES.md,out/build.txt" # Store the .vsix file as a build artifact artifacts: - name: vscode-adblock.vsix diff --git a/package.json b/package.json index 7600662..5295bbe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "adblock", "displayName": "Adblock/AdGuard/uBlock filters grammar", "description": "VS code extension that adds support for ad blocking rules syntax.", - "version": "2.1.1", + "version": "2.1.3", "publisher": "adguard", "icon": "icons/aglint_128x128.png", "main": "./client/out/extension",