Skip to content

Commit

Permalink
prepare release v1.11.16
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 37eeaf0
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Thu Aug 1 17:23:52 2024 +0300

    prepare release v1.11.16
  • Loading branch information
slavaleleka committed Aug 1, 2024
1 parent cf9f63d commit 5cab55e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ 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 -->

## [Unreleased]
## [v1.11.16] - 2024-08-01

### Added

- `trusted-set-session-storage-item` scriptlet [#426]
- new values to `set-cookie` and `set-cookie-reload` scriptlets: `essential`, `nonessential` [#436]
- `$currentISODate$` as a new possible value to `set-cookie`, `set-cookie-reload`,
`set-local-storage-item` and `set-session-storage-item` scriptlets [#435]
- new values to `set-cookie` and `set-cookie-reload` scriptlets: `essential`, `nonessential` [#436]
- `trusted-set-session-storage-item` scriptlet [#426]

### Fixed

- issue with re-adding element after removing it in `trusted-create-element` scriptlet [#434]
- `trusted-click-element` scriptlet does not click on an element that is already in the DOM [#437]

[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v1.11.6...HEAD
[v1.11.16]: https://github.com/AdguardTeam/Scriptlets/compare/v1.11.6...v1.11.16
[#434]: https://github.com/AdguardTeam/Scriptlets/issues/434
[#435]: https://github.com/AdguardTeam/Scriptlets/issues/435
[#436]: https://github.com/AdguardTeam/Scriptlets/issues/436
Expand Down
2 changes: 1 addition & 1 deletion src/scriptlets/trusted-set-session-storage-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import {
* example.org#%#//scriptlet('trusted-set-session-storage-item', 'ppu_main_none', '')
* ```
*
* @added unknown.
* @added v1.11.16.
*/
/* eslint-enable max-len */

Expand Down

0 comments on commit 5cab55e

Please sign in to comment.