Skip to content

Commit fa0267f

Browse files
committed
release v2.1.4
Squashed commit of the following: commit cf2465e Author: Dmitriy Seregin <[email protected]> Date: Fri Jan 17 16:13:00 2025 +0300 release v2.1.4
1 parent 38ee6e1 commit fa0267f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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-
## [Unreleased]
13+
## [v2.1.4] - 2025-01-17
1414

1515
### Changed
1616

@@ -24,7 +24,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
2424
- issue with `trusted-click-element` scriptlet when `delay` was used and the element was removed
2525
and added again before it was clicked [#391]
2626

27-
[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v2.0.1...HEAD
27+
[v2.1.4]: https://github.com/AdguardTeam/Scriptlets/compare/v2.0.1...v2.1.4
2828
[#391]: https://github.com/AdguardTeam/Scriptlets/issues/391
2929
[#468]: https://github.com/AdguardTeam/Scriptlets/issues/468
3030
[#472]: https://github.com/AdguardTeam/Scriptlets/issues/472

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/scriptlets",
3-
"version": "2.1.3-alpha.1",
3+
"version": "2.1.4",
44
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)