From 526db8d34b6e5754d8ffcd874560c551029a2bf4 Mon Sep 17 00:00:00 2001 From: Slava Leleka Date: Fri, 20 Sep 2024 16:22:25 +0300 Subject: [PATCH] update changelog for 1.12 Squashed commit of the following: commit 19820c3becc5e96a5b5df1ecbd002d942246ee6a Author: Slava Leleka Date: Fri Sep 20 16:15:35 2024 +0300 update changelog for 1.12 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",