Skip to content

Commit

Permalink
fix: add license field to package.json (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert authored Feb 12, 2025
1 parent d9d9253 commit 98ab21f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: scripts/ci-video-test.sh chrome
- name: Archive logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs
path: |
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 14.0.0-beta.5
## 14.0.0-beta.6

- Add license field to package.json
- Added some missing info to the HTTP MP4 pipeline.
- Updated documentation regarding release flow, which now
requires manual update of version and changelog.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "media-stream-library",
"version": "14.0.0-beta.5",
"version": "14.0.0-beta.6",
"license": "MIT",
"description": "Media libraries for Node and the Web.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 98ab21f

Please sign in to comment.