Skip to content

Commit a232f2f

Browse files
committed
Bump version to 2.1.1
Squashed commit of the following: commit c8048d3 Author: scripthunter7 <d.tota@adguard.com> Date: Mon Dec 15 16:58:45 2025 +0100 Update version to 2.1.1 in package.json and CHANGELOG.md
1 parent 71c2924 commit a232f2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0] (prerelease) - 2025-12-15
10+
## [2.1.1] (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.0]: https://github.com/AdguardTeam/VscodeAdblockSyntax/compare/2.0.4...2.1.0
20+
[2.1.1]: https://github.com/AdguardTeam/VscodeAdblockSyntax/compare/2.0.4...2.1.1
2121

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

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.0",
5+
"version": "2.1.1",
66
"publisher": "adguard",
77
"icon": "icons/aglint_128x128.png",
88
"main": "./client/out/extension",

0 commit comments

Comments
 (0)