Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcursino committed Mar 15, 2024
1 parent a5a4b86 commit b095ddc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.6.0](https://github.com/ionited/mesh/compare/0.5.2...0.6.0) (2024-03-15)

### Features

* add GitHub sponsors ([6cbed8e](https://github.com/ionited/mesh/commit/6cbed8eff06b73a00193769d2d511328f7d05b95))
* add req.method() ([84f29e2](https://github.com/ionited/mesh/commit/84f29e2d749bb6b0046f589f24128a4e1300f2e6))
* add req.route property ([94c79e7](https://github.com/ionited/mesh/commit/94c79e74177d17ff737e35fcf24b45a41ede5845))

## [0.5.2](https://github.com/ionited/mesh/compare/0.5.1...0.5.2) (2024-02-20)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionited/mesh",
"version": "0.5.2",
"version": "0.6.0",
"description": "A fast web framework based on uWebSocket.js",
"main": "./dist/mesh.js",
"scripts": {
Expand Down

0 comments on commit b095ddc

Please sign in to comment.