Skip to content

Commit

Permalink
chore(release): 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frolleks committed May 17, 2024
1 parent 5605705 commit d2e7434
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.7.1](https://github.com/distralive/distra/compare/v0.7.0...v0.7.1) (2024-05-17)


### Features

* add implementation of video visibility ([df4425c](https://github.com/distralive/distra/commits/df4425ce7efc747bdb3a3b561b18109b57286511))
* use vidstack video player instead of plyr ([9c1d7b9](https://github.com/distralive/distra/commits/9c1d7b9939ac5c5718fb3b8bbb9364c12ed450bd))


### Bug Fixes

* add better handling for the new video api endpoint ([0d9a62d](https://github.com/distralive/distra/commits/0d9a62d00a8a14eabb327c91baa95a6d02d0f73a))
* add parameter to getServerSession ([9a34c5c](https://github.com/distralive/distra/commits/9a34c5c06eafe8c066cd2ed0cb1dc26ae01f5fd0))

## [0.7.0](https://github.com/distralive/distra/compare/v0.6.0...v0.7.0) (2023-07-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distra",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit d2e7434

Please sign in to comment.