Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
puemos committed Apr 7, 2024
1 parent 7e374e1 commit c27f309
Show file tree
Hide file tree
Showing 8 changed files with 6,852 additions and 6,825 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# HLS downloader changelog

## 4.0.1

### Change

- Upgrade deps

## 4.0.0

### Add
Expand Down
2 changes: 1 addition & 1 deletion src/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "HLS Downloader",
"description": "HTTP Live Stream downloader",
"version": "4.0.0",
"version": "4.0.1",
"browser_action": {
"default_popup": "popup.html",
"default_title": "HLS Downloader"
Expand Down
4 changes: 2 additions & 2 deletions src/background/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 src/background/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hls-downloader/background",
"version": "4.0.0",
"version": "4.0.1",
"author": "puemos",
"license": "MIT",
"main": "lib/index.js",
Expand Down
Loading

0 comments on commit c27f309

Please sign in to comment.