Skip to content

Commit

Permalink
update changelog for 1.12
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 19820c3
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Fri Sep 20 16:15:35 2024 +0300

    update changelog for 1.12
  • Loading branch information
slavaleleka committed Sep 20, 2024
1 parent d98e840 commit 526db8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
<!-- TODO: change `@added unknown` tag due to the actual version -->
<!-- during new scriptlets or redirects releasing -->

## [v1.2.2] - 2024-09-20
## [v1.12.1] - 2024-09-20

### Added

Expand All @@ -23,7 +23,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
- setting cookie which name has special prefix `__Host-` or `__Secure-` by
`trusted-set-cookie` and `trusted-set-cookie-reload` scriptlets [#448]

[v1.2.2]: https://github.com/AdguardTeam/Scriptlets/compare/v1.11.27...v1.2.2
[v1.12.1]: https://github.com/AdguardTeam/Scriptlets/compare/v1.11.27...v1.12.1
[agtree-npm]: https://www.npmjs.com/package/@adguard/agtree
[#450]: https://github.com/AdguardTeam/Scriptlets/issues/450
[#448]: https://github.com/AdguardTeam/Scriptlets/issues/448
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/scriptlets",
"version": "1.2.2",
"version": "1.12.0",
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
"scripts": {
"build": "babel-node -x .js,.ts scripts/build.js",
Expand Down

0 comments on commit 526db8d

Please sign in to comment.