Skip to content

Commit cdcdf9a

Browse files
committed
Update version to 2.0.3 in package.json and CHANGELOG.md
1 parent 1c4bd5b commit cdcdf9a

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.0.2] (prerelease) - 2025-11-28
10+
## [2.0.3] (prerelease) - 2025-11-28
1111

1212
### Added
1313

@@ -29,7 +29,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
2929
This removed `useExternalAglintPackages` setting.
3030
- `packageManager` setting. It is now detected automatically.
3131

32-
[2.0.2]: https://github.com/AdguardTeam/VscodeAdblockSyntax/compare/1.1.17...2.0.2
32+
[2.0.3]: https://github.com/AdguardTeam/VscodeAdblockSyntax/compare/1.1.17...2.0.3
3333
[#112]: https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/112
3434
[#117]: https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/117
3535
[#126]: https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/126

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

0 commit comments

Comments
 (0)