Skip to content

Commit 7ee53f6

Browse files
committed
added changelog for v2.2.3
1 parent 83a7cfe commit 7ee53f6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ See also HELP.md and LICENSE
44

55
# Changelog
66

7+
## 2.2.3
8+
9+
### Fixed
10+
11+
- Fixed mishandling of undefined variable in config file that would prevent a fresh instance of the module from starting
12+
13+
### Added
14+
15+
- Added variables for channel, aux, bus, dca, matrix and main color names
16+
717
## 2.2.0
818

919
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wing-companion",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"main": "dist/index.js",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)