Skip to content

Commit 6a3052a

Browse files
committed
Pull request 814: Update version inside new scriptlets
Squashed commit of the following: commit fd2db80 Author: Anatolii Khmarskii <a.khmarskii@adguard.com> Date: Thu Apr 23 21:13:35 2026 +0800 Fix changelog commit ec88569 Author: Anatolii Khmarskii <a.khmarskii@adguard.com> Date: Thu Apr 23 20:45:09 2026 +0800 Fix changelog commit f1c04e9 Author: Anatolii Khmarskii <a.khmarskii@adguard.com> Date: Thu Apr 23 20:42:17 2026 +0800 Update version inside new scriptlets
1 parent 69e3b44 commit 6a3052a

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
1010
<!-- TODO: change `@added unknown` tag due to the actual version -->
1111
<!-- during new scriptlets or redirects releasing -->
1212

13+
## [2.4.2] - 2026-04-24
14+
15+
### Added
16+
17+
- Scriptlets release version for `google-ima3-dai`.
18+
19+
[2.4.2]: https://github.com/AdguardTeam/Scriptlets/compare/v2.4.1...v2.4.2
20+
1321
## [2.4.1] - 2026-04-23
1422

1523
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/scriptlets",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
55
"type": "module",
66
"scripts": {

src/redirects/google-ima3-dai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { type Source } from '../scriptlets';
1414
* ||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$script,redirect=google-ima3-dai
1515
* ```
1616
*
17-
* @added unknown.
17+
* @added v2.4.2.
1818
*/
1919

2020
type PlainRecord = Record<string, unknown>;

src/scriptlets/google-ima3-dai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ import { GoogleIma3Dai, GoogleIma3DaiNames } from '../redirects/google-ima3-dai'
1212
* example.org#%#//scriptlet('google-ima3-dai')
1313
* ```
1414
*
15-
* @added unknown.
15+
* @added v2.4.2.
1616
*/
1717
export { GoogleIma3Dai, GoogleIma3DaiNames };

0 commit comments

Comments
 (0)