Skip to content

Commit 5e816b1

Browse files
chore(release): 1.14.0 [skip ci]
## [1.14.0](v1.13.1...v1.14.0) (2024-10-14) ### Enhancements and Bug Fixes 🐛 * **pillarbox-monitoring:** invalid service URL ([acf45d4](acf45d4)) * **pillarbox-monitoring:** update endpoint url ([2b31e9b](2b31e9b)) * **pillarbox-monitoring:** use capital case to align with spec ([4778d43](4778d43)) ### New Features 🚀 * add playback monitoring ([e867456](e867456)), closes [#262](#262) * **pillarbox-monitoring:** add frame drops ([ec67109](ec67109)), closes [#269](#269) ### Tests ✅ * rename test/analytics folder to test/trackers ([d1c85c2](d1c85c2))
1 parent 2b31e9b commit 5e816b1

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

docs/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.14.0](https://github.com/SRGSSR/pillarbox-web/compare/v1.13.1...v1.14.0) (2024-10-14)
2+
3+
4+
### Enhancements and Bug Fixes 🐛
5+
6+
* **pillarbox-monitoring:** invalid service URL ([acf45d4](https://github.com/SRGSSR/pillarbox-web/commit/acf45d47a1576f880fe85cc59b07fe82cf7ba822))
7+
* **pillarbox-monitoring:** update endpoint url ([2b31e9b](https://github.com/SRGSSR/pillarbox-web/commit/2b31e9baab6691ca3d0dbdd81872622626d55f16))
8+
* **pillarbox-monitoring:** use capital case to align with spec ([4778d43](https://github.com/SRGSSR/pillarbox-web/commit/4778d432965ce38487ac4a2b7bf626fdc8f81b7e))
9+
10+
11+
### New Features 🚀
12+
13+
* add playback monitoring ([e867456](https://github.com/SRGSSR/pillarbox-web/commit/e867456cb12cdc6c61b1395ee593056efdd839d2)), closes [#262](https://github.com/SRGSSR/pillarbox-web/issues/262)
14+
* **pillarbox-monitoring:** add frame drops ([ec67109](https://github.com/SRGSSR/pillarbox-web/commit/ec671098a5c4751db69d8e235643050b175356e1)), closes [#269](https://github.com/SRGSSR/pillarbox-web/issues/269)
15+
16+
17+
### Tests ✅
18+
19+
* rename test/analytics folder to test/trackers ([d1c85c2](https://github.com/SRGSSR/pillarbox-web/commit/d1c85c2acbe7792aa86e97c0fc5498213db4b722))
20+
121
## [1.13.1](https://github.com/SRGSSR/pillarbox-web/compare/v1.13.0...v1.13.1) (2024-09-30)
222

323

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@srgssr/pillarbox-web",
33
"description": "Pillarbox is the modern SRG SSR player",
4-
"version": "1.13.1",
4+
"version": "1.14.0",
55
"type": "module",
66
"module": "dist/pillarbox.es.js",
77
"main": "dist/pillarbox.cjs.js",

0 commit comments

Comments
 (0)