Skip to content

Commit 41a6a7d

Browse files
committed
Version bump
1 parent 1788924 commit 41a6a7d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog for osjs-server
22

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+
313
## 3.2.4 - 2021-08-03
414

515
* Add configuration for http bind host (#55)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osjs/server",
3-
"version": "3.2.4",
3+
"version": "3.3.0",
44
"description": "OS.js Server",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)