There was an error while loading. Please reload this page.
1 parent 1788924 commit 41a6a7dCopy full SHA for 41a6a7d
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog for osjs-server
2
3
+## 3.3.0 - 2022-07-13
4
+
5
+* Added .editorconfig (#61)
6
+* Update codeclimate github workflow
7
+* Fix typo in github test workflow
8
+* Update node version requirements
9
+* Use spesific jest version in github actions
10
+* Add extra error check in Core#listen listen callback
11
+* Add promise to Core#listen
12
13
## 3.2.4 - 2021-08-03
14
15
* Add configuration for http bind host (#55)
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/server",
- "version": "3.2.4",
+ "version": "3.3.0",
"description": "OS.js Server",
"main": "index.js",
"scripts": {
0 commit comments