Skip to content

Commit

Permalink
prepare for release of 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fire332 committed Jan 5, 2025
1 parent adfb52d commit 04bf2d6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.3.6] - 2025/01/05

### Fixed

- [#235](https://github.com/webosbrew/youtube-webos/pull/235): Fix shorts (@fire332)

## [0.3.5] - 2024/12/27

### Added
Expand Down
2 changes: 1 addition & 1 deletion assets/appinfo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "youtube.leanback.v4",
"version": "0.3.5",
"version": "0.3.6",
"vendor": "webosbrew.org",
"type": "web",
"main": "index.html",
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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-webos",
"version": "0.3.5",
"version": "0.3.6",
"description": "Ad-free YouTube app for webOS",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@types/eslint__js": "^8.42.3",
"@types/eslint-config-prettier": "^6.11.3",
"@types/lint-staged": "^13.3.0",
"@types/node": "^22.10.2",
"@webos-tools/cli": "^3.1.3",
"@types/node": "^22.10.5",
"@webos-tools/cli": "^3.2.0",
"babel-loader": "^9.2.1",
"babel-plugin-polyfill-corejs3": "^0.11.0",
"babel-plugin-polyfill-regenerator": "^0.6.3",
Expand All @@ -53,11 +53,11 @@
"eslint-plugin-regexp": "^2.7.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"lint-staged": "^15.3.0",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.2",
"postcss-preset-env": "^10.1.3",
"prettier": "^3.4.2",
"style-loader": "^4.0.0",
"typescript": "^5.7.2",
Expand Down

0 comments on commit 04bf2d6

Please sign in to comment.