Skip to content

Commit

Permalink
bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scripthunter7 committed Sep 6, 2024
1 parent 215e3c7 commit 1e7d9c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/agtree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe
[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html

## Unreleased
## [2.0.1] - 2024-09-06

### Added

Expand All @@ -23,6 +23,8 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe
- Converter now unescape scriptlet separators from the previous rule, if needed (e.g. it unescape commas when converting
from uBO to AG syntax).

[2.0.1]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/agtree-v2.0.1

## [2.0.0] - 2024-08-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/agtree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/agtree",
"version": "2.0.0",
"version": "2.0.1",
"description": "Universal adblock filter list parser.",
"keywords": [
"adblock",
Expand Down

0 comments on commit 1e7d9c2

Please sign in to comment.