Skip to content

Commit

Permalink
handle v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed May 15, 2023
1 parent 16493c1 commit e4f7f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/redirects/amazon-apstag.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { hit, noopFunc } from '../helpers/index';
* ||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag
* ```
*
* @added v1.3.0.
* @added v1.2.3.
*/
export function AmazonApstag(source) {
const apstagWrapper = {
Expand Down
2 changes: 1 addition & 1 deletion src/scriptlets/set-cookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import {
* example.org#%#//scriptlet('set-cookie', 'cookie_consent', 'ok', 'none')
* ```
*
* @added v1.3.0.
* @added v1.2.3.
*/
/* eslint-enable max-len */
export function setCookie(source, name, value, path = '/') {
Expand Down

0 comments on commit e4f7f8e

Please sign in to comment.