Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.0](v1.5.0...v1.6.0) (2024-03-22)

### Docs 📖

* add tutorial for middleware options ([094f51c](094f51c))

### New Features 🚀

* add URL handler ([4b1be76](4b1be76))
  • Loading branch information
semantic-release-bot committed Mar 22, 2024
1 parent 094f51c commit 2958db7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.6.0](https://github.com/SRGSSR/pillarbox-web/compare/v1.5.0...v1.6.0) (2024-03-22)


### Docs 📖

* add tutorial for middleware options ([094f51c](https://github.com/SRGSSR/pillarbox-web/commit/094f51cefe427017a92b2b0e1300f4532b17e738))


### New Features 🚀

* add URL handler ([4b1be76](https://github.com/SRGSSR/pillarbox-web/commit/4b1be76e5981c2df2006ed4126876a6a2554210d))

## [1.5.0](https://github.com/SRGSSR/pillarbox-web/compare/v1.4.3...v1.5.0) (2024-03-22)


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.5.0",
"version": "1.6.0",
"type": "module",
"module": "dist/pillarbox.es.js",
"style": "./dist/pillarbox.min.css",
Expand Down

0 comments on commit 2958db7

Please sign in to comment.