diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9856951 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +## [0.1.0](https://github.com/hans00/fastWS/compare/v2.5.3...v0.1.0) (2022-07-22) + + +### Bug Fixes + +* **Server:** fix body limit process ([be38816](https://github.com/hans00/fastWS/commit/be38816b58e40980fdcc9a5304ee4752d6c7bd40)) + +### [2.5.3](https://github.com/hans00/fastWS/compare/v2.5.2...v2.5.3) (2022-07-22) + + +### Features + +* **Server:** support read body later ([63639d3](https://github.com/hans00/fastWS/commit/63639d33b774ac5ddf705b5ec43c88c846faab5d)) + +### [2.5.2](https://github.com/hans00/fastWS/compare/v2.5.1...v2.5.2) (2022-07-22) + + +### Features + +* **Server:** support for body stream ([3bf1a07](https://github.com/hans00/fastWS/commit/3bf1a07ed0a54a4387033c0bbc783a2a6fb1856d)) + + +### Bug Fixes + +* **Server:** correct write end implements ([88068f1](https://github.com/hans00/fastWS/commit/88068f104de14514b6c557b43bff926d84836c46)) + +### [2.5.1](https://github.com/hans00/fastWS/compare/v2.5.0...v2.5.1) (2022-07-04) + + +### Bug Fixes + +* **Server:** correct writable stream implement ([225bd13](https://github.com/hans00/fastWS/commit/225bd1365df83414ad84c9d0003b97295824d1c2)) +* **Server:** fix `perf-standard/check-function-inline` ([a2520a2](https://github.com/hans00/fastWS/commit/a2520a24004faaa18391034f28fe0e14783f19f5)) + +## [2.5.0](https://github.com/hans00/fastWS/compare/v2.4.2...v2.5.0) (2022-07-03) + + +### ⚠ BREAKING CHANGES + +* **Server:** setup exports + +### Features + +* **Server:** setup exports ([b8d9298](https://github.com/hans00/fastWS/commit/b8d929855d2b06698ecb7bd09a4a1b2127f04788)) + diff --git a/package.json b/package.json index 149ad93..701ceef 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,6 @@ "node-gyp": "^9.0.0", "trim-newlines": "^3.0.1", "debug": "^2.6.9" - } -} + }, + "version": "0.1.0" +} \ No newline at end of file