Skip to content

Commit

Permalink
Updated the version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
6XGate committed Nov 29, 2024
1 parent fcfcaaf commit 1ea0af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = defineConfig(({ useVue, useNode, useTypeScript }) => {
const useJsDocRules = memo(() => ({
...useCommonJsDocRules(),
// Only require the parameters if we want them.
'jsdoc/require-param': ['error', { ignoreWhenAllParamsMissing: true }],
'jsdoc/require-param': ['error', { ignoreWhenAllParamsMissing: true }]
}))

/** @type {() => Partial<import('eslint').Linter.RulesRecord>} */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bridgecmdr",
"productName": "BridgeCmdr",
"version": "2.1.0",
"version": "2.2.0",
"description": "Controller for professional A/V monitors and switches",
"packageManager": "[email protected]",
"type": "module",
Expand Down

0 comments on commit 1ea0af1

Please sign in to comment.