Skip to content

Commit d7ec249

Browse files
chore(main): release 1.9.1 (#33)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c5e2bf commit d7ec249

File tree

5 files changed

+12
-5
lines changed

5 files changed

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

CHANGELOG.md

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

3+
## [1.9.1](https://github.com/jvillegasd/media-bridge/compare/v1.9.0...v1.9.1) (2026-03-04)
4+
5+
6+
### 📚 Documentation
7+
8+
* update README and CLAUDE.md with accurate architecture and planned features ([94d5efb](https://github.com/jvillegasd/media-bridge/commit/94d5efb27c4a6c2f7c38d91994af7b9c57caf624))
9+
310
## [1.9.0](https://github.com/jvillegasd/media-bridge/compare/v1.8.0...v1.9.0) (2026-03-03)
411

512

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.9.0",
4+
"version": "1.9.1",
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.9.0",
3+
"version": "1.9.1",
44
"type": "module",
55
"description": "Download videos (HLS/DASH/direct) and upload to Google Drive",
66
"scripts": {

0 commit comments

Comments
 (0)