Skip to content

Commit

Permalink
Merge pull request #187 from readthedocs/davidfischer/release-v1.13.0
Browse files Browse the repository at this point in the history
Release v1.13.0
  • Loading branch information
davidfischer committed Feb 13, 2024
2 parents 71f5fe6 + bd86351 commit 450fb54
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ CHANGELOG
.. This is included by docs/changelog.rst
Version v1.13.0
---------------

This change lowers the ad rotation threshold
and adds the notes on rotation to the documentation.

:date: February 13, 2023

* @davidfischer: Lower ad rotation threshold to 30 seconds (#186)


Version v1.12.0
---------------

Expand Down
2 changes: 1 addition & 1 deletion dist/ethicalads.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ethicalads.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import verge from "verge";

import "./styles.scss";

const AD_CLIENT_VERSION = "1.13.0-alpha"; // Sent with the ad request
const AD_CLIENT_VERSION = "1.13.0"; // Sent with the ad request

// For local testing, set this
// const AD_DECISION_URL = "http://ethicaladserver:5000/api/v1/decision/";
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethical-ad-client",
"version": "1.12.0",
"version": "1.13.0",
"description": "EthicalAds client",
"main": "dist/client.js",
"scripts": {
Expand Down

0 comments on commit 450fb54

Please sign in to comment.