Skip to content

Commit 18c3e66

Browse files
committed
chore: v2.0 docs tidy
1 parent 5c10ed5 commit 18c3e66

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • for-developers/module-development/api-changes

for-developers/module-development/api-changes/v2.0.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For most modules this will have no impact; you shouldn't need to change a JavaSc
3030

3131
In order to build your module correctly, you need to be using `@companion-module/tools` v2.7.1 or later
3232

33-
We will soon be releasing a v3.0.0 which will optimise the build process further and should be a drop in replacement.
33+
We have released a v3.0.0 of this library which optimises the build process further and should be a drop in replacement.
3434

3535
### Remove `runEntrypoint` method
3636

@@ -60,8 +60,6 @@ module.exports = class ModuleInstance extends InstanceBase {}
6060
module.exports.UpgradeScripts = [someScript] // or similar
6161
```
6262

63-
TODO: test this
64-
6563
### Required manifest type property
6664

6765
To help us differentiate connection modules from surface modules, modules must now add a `"type": "connection"` to their `companion/manifest.json`.

0 commit comments

Comments
 (0)