Skip to content

Commit

Permalink
chore(release): 1.12.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.2](v1.12.1...v1.12.2) (2024-07-02)

### Enhancements and Bug Fixes 🐛

* publish pillarbox-web to npm ([895e5fd](895e5fd)), closes [#260](#260)

### Docs 📖

* fix link to `pillarbox-web-demo` in `README.md` ([72417f4](72417f4))
* remove crossorigin attribute from video-js tag in the examples ([25308cd](25308cd))
  • Loading branch information
semantic-release-bot committed Jul 2, 2024
1 parent 895e5fd commit 2f8a05c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.12.2](https://github.com/SRGSSR/pillarbox-web/compare/v1.12.1...v1.12.2) (2024-07-02)


### Enhancements and Bug Fixes 🐛

* publish pillarbox-web to npm ([895e5fd](https://github.com/SRGSSR/pillarbox-web/commit/895e5fdb6aba8cd143e89b1c44185710e5a58114)), closes [#260](https://github.com/SRGSSR/pillarbox-web/issues/260)


### Docs 📖

* fix link to `pillarbox-web-demo` in `README.md` ([72417f4](https://github.com/SRGSSR/pillarbox-web/commit/72417f43ee436ddb58f39241237248037ea90897))
* remove crossorigin attribute from video-js tag in the examples ([25308cd](https://github.com/SRGSSR/pillarbox-web/commit/25308cd4eeb3747ec09d9193c2345f61c431c07a))

## [1.12.1](https://github.com/SRGSSR/pillarbox-web/compare/v1.12.0...v1.12.1) (2024-04-30)


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,7 +1,7 @@
{
"name": "@srgssr/pillarbox-web",
"description": "Pillarbox is the modern SRG SSR player",
"version": "1.12.1",
"version": "1.12.2",
"type": "module",
"module": "dist/pillarbox.es.js",
"main": "dist/pillarbox.cjs.js",
Expand Down

0 comments on commit 2f8a05c

Please sign in to comment.