Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
puemos committed May 1, 2024
1 parent bd960a0 commit 17b8326
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "14"
node-version: "22"
- name: Build
run: ./scripts/build.sh
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
extension-archive.zip
Expand Down
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

### Fix

- Security updates

## 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": "0.0.0",
"author": "puemos",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hls-downloader/design-system",
"version": "4.0.0",
"version": "0.0.0",
"author": "puemos",
"license": "MIT",
"main": "dist/design-system.js",
Expand Down
2 changes: 1 addition & 1 deletion src/popup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hls-downloader/popup",
"version": "4.0.0",
"version": "0.0.0",
"private": true,
"dependencies": {
"@hls-downloader/core": "file:../core",
Expand Down

0 comments on commit 17b8326

Please sign in to comment.