diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 162f992..d6213b1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.2](https://github.com/SRGSSR/pillarbox-web/compare/v1.15.1...v1.15.2) (2024-12-16) + + +### Enhancements and Bug Fixes 🐛 + +* **pillarbox-monitoring:** inconsistent error name value ([0e311be](https://github.com/SRGSSR/pillarbox-web/commit/0e311be4eb32e65fedefbb168bab6aa87daa258b)), closes [#283](https://github.com/SRGSSR/pillarbox-web/issues/283) + ## [1.15.1](https://github.com/SRGSSR/pillarbox-web/compare/v1.15.0...v1.15.1) (2024-10-31) diff --git a/package-lock.json b/package-lock.json index a1f448d..af78977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@srgssr/pillarbox-web", - "version": "1.15.1", + "version": "1.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@srgssr/pillarbox-web", - "version": "1.15.1", + "version": "1.15.2", "license": "MIT", "dependencies": { "video.js": "^8.11.8", diff --git a/package.json b/package.json index 78d3c1c..24693fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@srgssr/pillarbox-web", "description": "Pillarbox is the modern SRG SSR player", - "version": "1.15.1", + "version": "1.15.2", "type": "module", "module": "dist/pillarbox.es.js", "main": "dist/pillarbox.cjs.js",