Skip to content

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2023
1 parent 36a0bd2 commit 68be28b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-video",
"version": "0.8.6",
"version": "0.9.0",
"type": "module",
"description": "A React component for adding video to your Next.js application. It extends both the video element and your Next app with features for automatic video optimization.",
"author": "Mux Lab <[email protected]>",
Expand Down Expand Up @@ -35,7 +35,9 @@
},
"typesVersions": {
"*": {
"*" : ["./dist/*"]
"*": [
"./dist/*"
]
}
},
"scripts": {
Expand Down

0 comments on commit 68be28b

Please sign in to comment.