We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aff7bc commit 0a16079Copy full SHA for 0a16079
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog for osjs-server
2
3
+## 3.2.3 - 2021-07-23
4
+
5
+* Allow default exports from ESM in packages
6
7
## 3.2.2 - 2021-07-17
8
9
* Added possibility to configure raw body parser
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/server",
- "version": "3.2.2",
+ "version": "3.2.3",
"description": "OS.js Server",
"main": "index.js",
"scripts": {
0 commit comments