Skip to content

Commit

Permalink
ci(release): v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 22, 2022
1 parent a451764 commit 6420ef3
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@
"node-gyp": "^9.0.0",
"trim-newlines": "^3.0.1",
"debug": "^2.6.9"
}
}
},
"version": "0.1.0"
}

0 comments on commit 6420ef3

Please sign in to comment.