Skip to content

Commit d53701e

Browse files
committed
Update version to 2.1.3 and fix build.txt artifact path in cleanup scripts
Squashed commit of the following: commit 283efc3 Author: scripthunter7 <d.tota@adguard.com> Date: Mon Dec 15 17:40:36 2025 +0100 Update version to 2.1.3 and fix build.txt artifact path in cleanup scripts - Bump version from 2.1.2 to 2.1.3 in package.json - Update CHANGELOG.md version and comparison link to 2.1.3 - Fix build.txt path from build.txt to out/build.txt in cleanup.sh calls for both build.yaml and build-prerelease.yaml
1 parent 2df57ad commit d53701e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
77
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
88
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
99

10-
## [2.1.2] (prerelease) - 2025-12-15
10+
## [2.1.3] (prerelease) - 2025-12-15
1111

1212
### Changed
1313

@@ -17,7 +17,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
1717
> **Note:** Starting from v2.1.0, we follow an odd/even versioning scheme for pre-releases.
1818
> Version 2.1.x will be the pre-release track, and 2.2.0 will be the next stable release.
1919
20-
[2.1.2]: https://github.com/AdguardTeam/VscodeAdblockSyntax/compare/2.0.4...2.1.2
20+
[2.1.3]: https://github.com/AdguardTeam/VscodeAdblockSyntax/compare/2.0.4...2.1.3
2121

2222
## [2.0.4] (prerelease) - 2025-11-28
2323

bamboo-specs/build-prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Build:
9090
- script:
9191
interpreter: SHELL
9292
scripts:
93-
- "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix,syntaxes/out/adblock.plist,EXTRACTED_CHANGES.md,build.txt"
93+
- "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix,syntaxes/out/adblock.plist,EXTRACTED_CHANGES.md,out/build.txt"
9494
# Store the .vsix file as a build artifact
9595
artifacts:
9696
- name: vscode-adblock.vsix

bamboo-specs/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Build:
9090
- script:
9191
interpreter: SHELL
9292
scripts:
93-
- "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix,syntaxes/out/adblock.plist,EXTRACTED_CHANGES.md,build.txt"
93+
- "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix,syntaxes/out/adblock.plist,EXTRACTED_CHANGES.md,out/build.txt"
9494
# Store the .vsix file as a build artifact
9595
artifacts:
9696
- name: vscode-adblock.vsix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "adblock",
33
"displayName": "Adblock/AdGuard/uBlock filters grammar",
44
"description": "VS code extension that adds support for ad blocking rules syntax.",
5-
"version": "2.1.2",
5+
"version": "2.1.3",
66
"publisher": "adguard",
77
"icon": "icons/aglint_128x128.png",
88
"main": "./client/out/extension",

0 commit comments

Comments
 (0)