Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 12, 2025
1 parent 7abf48d commit b38494d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/TomasTNunes/TMDB-Player/compare/v1.1.0...v1.2.0) (2025-02-12)


### Features

* improve popup layout, add default server selection and new tab option ([#14](https://github.com/TomasTNunes/TMDB-Player/issues/14)) ([d6c302f](https://github.com/TomasTNunes/TMDB-Player/commit/d6c302f859078f909cdc69481a074627ab57caa5))
* **webpage:** add two more servers ([e0ffe0c](https://github.com/TomasTNunes/TMDB-Player/commit/e0ffe0c4fe1ac1e7a4d9287c1b8f316a250a025f))
* **webpage:** change webpage layout, addition of buttons and addition of servers ([#12](https://github.com/TomasTNunes/TMDB-Player/issues/12)) ([6373350](https://github.com/TomasTNunes/TMDB-Player/commit/63733508b6d13e40260c8703bf1381e99a665e3a))

## [1.1.0](https://github.com/TomasTNunes/TMDB-Player/compare/v1.0.0...v1.1.0) (2025-02-01)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tmdb-player",
"version": "1.1.0",
"version": "1.2.0",
"description": "Adds a custom play button to TMDB pages, allowing users to stream movies and TV shows for free.",
"scripts": {
"build": "bash scripts/build.sh",
Expand Down
2 changes: 1 addition & 1 deletion src/chromium/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "TMDB Player",
"version": "1.1.0",
"version": "1.2.0",
"description": "Adds a custom play button to TMDB pages, allowing users to stream movies and TV shows for free.",
"permissions": [
"storage"
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "TMDB Player",
"version": "1.1.0",
"version": "1.2.0",
"description": "Adds a custom play button to TMDB pages, allowing users to stream movies and TV shows for free.",
"permissions": [
"storage"
Expand Down

0 comments on commit b38494d

Please sign in to comment.