Skip to content

Commit ec20e37

Browse files
committed
Release 2.3.6
Fixes #263
1 parent 1db2992 commit ec20e37

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

API/api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ module.exports = {
399399
}
400400
this.executeQuery(this.checkDelay(query, req), res);
401401
});
402+
this.sendSocketNotification("UPDATE");
402403
return;
403404
}
404405

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.3.6] - 2021-08-01
8+
9+
### Fixed
10+
11+
- API now updates the modules list
12+
713
## [2.3.5] - 2021-07-08
814

915
### Added

0 commit comments

Comments
 (0)