diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f189eff..913b7c031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic -## [v1.2.2] - 2024-09-20 +## [v1.12.1] - 2024-09-20 ### Added @@ -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 diff --git a/package.json b/package.json index dc332886d..f360e94a6 100644 --- a/package.json +++ b/package.json @@ -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",