Skip to content

Commit 78eecd8

Browse files
chore(main): release 1.6.0 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 074cd7b commit 78eecd8

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/jvillegasd/media-bridge/compare/v1.5.0...v1.6.0) (2026-02-22)
4+
5+
6+
### 🎉 New Features
7+
8+
* drm validation ([#23](https://github.com/jvillegasd/media-bridge/issues/23)) ([d8f5acb](https://github.com/jvillegasd/media-bridge/commit/d8f5acb2afff013d70739295dc2f0bca650c6ac2))
9+
* hls-stream: Enable extension to download live streams in HLS protocol ([#25](https://github.com/jvillegasd/media-bridge/issues/25)) ([074cd7b](https://github.com/jvillegasd/media-bridge/commit/074cd7beb38d5e9ffd4fb5f4b9bc0e335575d66e))
10+
311
## [1.5.0](https://github.com/jvillegasd/media-bridge/compare/v1.4.0...v1.5.0) (2025-12-01)
412

513

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Media Bridge",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"description": "Download videos from the web (direct downloads only) and upload to Google Drive",
66
"permissions": [
77
"identity",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "media-bridge-extension",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"type": "module",
55
"description": "Download videos (HLS/DASH/direct) and upload to Google Drive",
66
"scripts": {

0 commit comments

Comments
 (0)