Skip to content

Commit

Permalink
Release 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Dec 2, 2024
1 parent c9bedf8 commit 4295b6a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you want to run Matterbridge in Home Assistant please use the official add-on

Tamer (https://github.com/tammeryousef1006) has created the Matterbridge Discord group: https://discord.gg/QX58CDe6hd.

## [1.6.5] - 2024-12-01
## [1.6.5] - 2024-12-02

### Changed

Expand Down
19 changes: 11 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge",
"version": "1.6.5-dev.3",
"version": "1.6.5",
"description": "Matterbridge plugin manager for Matter",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down Expand Up @@ -153,4 +153,4 @@
"typescript": "5.7.2",
"typescript-eslint": "8.16.0"
}
}
}
12 changes: 3 additions & 9 deletions tsconfig.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
"sourceMap": false,
"removeComments": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/__test__/*"
]
}
"include": ["src/**/*.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/__test__/*"]
}

0 comments on commit 4295b6a

Please sign in to comment.