diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ac0a452..60cacb3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.0](https://github.com/SRGSSR/pillarbox-web/compare/v1.12.2...v1.13.0) (2024-07-08) + + +### New Features 🚀 + +* **lang:** add journalistic blocking reason ([b6b5ada](https://github.com/SRGSSR/pillarbox-web/commit/b6b5adaab39453f9b5058b111278f5044a3b23d9)), closes [#253](https://github.com/SRGSSR/pillarbox-web/issues/253) + ## [1.12.2](https://github.com/SRGSSR/pillarbox-web/compare/v1.12.1...v1.12.2) (2024-07-02) diff --git a/package-lock.json b/package-lock.json index 2c8295f..25a7fe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@srgssr/pillarbox-web", - "version": "1.12.2", + "version": "1.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@srgssr/pillarbox-web", - "version": "1.12.2", + "version": "1.13.0", "license": "MIT", "dependencies": { "video.js": "^8.11.8", diff --git a/package.json b/package.json index d29e801..c285722 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.12.2", + "version": "1.13.0", "type": "module", "module": "dist/pillarbox.es.js", "main": "dist/pillarbox.cjs.js",