Skip to content

Commit

Permalink
chore(release): 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 5, 2024
1 parent 89dd3ce commit 384ffdc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-chrome",
"version": "4.2.3",
"version": "4.3.0",
"description": "Custom elements (web components) for making audio and video player controls that look great in your website or app.",
"author": "@muxinc",
"license": "MIT",
Expand Down Expand Up @@ -164,7 +164,12 @@
"rules": {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
"@typescript-eslint/no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_"
}
]
},
"parserOptions": {
"ecmaVersion": 2022,
Expand Down

0 comments on commit 384ffdc

Please sign in to comment.