Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.0](v1.14.1...v1.15.0) (2024-10-29)

### New Features 🚀

* **analytics:** track the type of audio track ([cda0d7a](cda0d7a)), closes [#265](#265)

### Chore 🧹

* **build:** migrate build system from rollup and parcel to vite ([606126f](606126f))
* **github-actions:** add registry url to release action ([5eee634](5eee634))
  • Loading branch information
semantic-release-bot committed Oct 29, 2024
1 parent cda0d7a commit f711eff
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.15.0](https://github.com/SRGSSR/pillarbox-web/compare/v1.14.1...v1.15.0) (2024-10-29)


### New Features 🚀

* **analytics:** track the type of audio track ([cda0d7a](https://github.com/SRGSSR/pillarbox-web/commit/cda0d7a913c7c31852aaeb9ccd921ca3b957bc53)), closes [#265](https://github.com/SRGSSR/pillarbox-web/issues/265)


### Chore 🧹

* **build:** migrate build system from rollup and parcel to vite ([606126f](https://github.com/SRGSSR/pillarbox-web/commit/606126f7db269fdbb555a82ff9d34a53291b895b))
* **github-actions:** add registry url to release action ([5eee634](https://github.com/SRGSSR/pillarbox-web/commit/5eee634811399565b533b7bbe240808660cd7f21))

## [1.14.1](https://github.com/SRGSSR/pillarbox-web/compare/v1.14.0...v1.14.1) (2024-10-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.14.1",
"version": "1.15.0",
"type": "module",
"module": "dist/pillarbox.es.js",
"main": "dist/pillarbox.cjs.js",
Expand Down

0 comments on commit f711eff

Please sign in to comment.