Skip to content

Commit

Permalink
chore: prepare release v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pgerke committed Jan 2, 2024
1 parent 9903507 commit 76053a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.11.0 - XX.01.2024
## 1.11.0 - 02.01.2024

### Added

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"displayName": "free@home Local API",
"name": "homebridge-freeathome-local-api",
"version": "1.11.0-pre.0",
"preview": true,
"version": "1.11.0",
"preview": false,
"description": "Control your free@home setup using the local API provided by your System Access Point",
"license": "MIT",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/functionId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ export const experimentallySupportedFunctionIDs: Array<FunctionID> = [
FunctionID.FID_SCENE_SENSOR,
FunctionID.FID_STAIRCASE_LIGHT_SENSOR,
FunctionID.FID_TRIGGER,
FunctionID.FID_DIMMING_ACTUATOR_TYPE0,
];

0 comments on commit 76053a6

Please sign in to comment.