Skip to content

Commit

Permalink
Merge pull request #52 from THEOplayer/changeset-release/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
wjoosen authored Sep 27, 2024
2 parents c5969f2 + a52debe commit bfb8b30
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-gorillas-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-lamps-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-pugs-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-ties-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-cycles-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-vans-begin.md

This file was deleted.

14 changes: 14 additions & 0 deletions comscore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @theoplayer/comscore-connector-web

## 1.2.0

### ✨ Features

- Add the option to inform the ComScore library of the environment it is running in through the `setPlatformAPI`.

### 🐛 Issues

- Fixed an issue where DVR window length and offsets were incorrectly reported.
- Fixed an issue where playhead positions or content/ad durations were not reported in (rounded) milliseconds.
- Fixed an issue where only one ad in an adbreak would be reported.
- Fixed an issue where playback of the main content wouldn't get reported if Google IMA returned an empty pre-roll ad break.
- Fixed an issue where no content metadata was reported during a pre-roll ad.

## 1.1.0

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion comscore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theoplayer/comscore-connector-web",
"version": "1.1.0",
"version": "1.2.0",
"description": "A connector implementing Comscore with THEOplayer",
"main": "dist/comscore-connector.umd.js",
"module": "dist/comscore-connector.esm.js",
Expand Down

0 comments on commit bfb8b30

Please sign in to comment.