Skip to content

Commit

Permalink
Version 2.3.6
Browse files Browse the repository at this point in the history
Fixes #263
  • Loading branch information
ezeholz committed Jul 25, 2021
1 parent 1db2992 commit 53fd550
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions API/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ module.exports = {
}
this.executeQuery(this.checkDelay(query, req), res);
});
this.sendSocketNotification("UPDATE");
return;
}

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.6] - Unreleased

### Fixed

- API now updates the modules list

## [2.3.5] - 2021-07-08

### Added
Expand Down

0 comments on commit 53fd550

Please sign in to comment.