Skip to content

Commit

Permalink
chore(release): v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 29, 2024
1 parent d115045 commit a1c7411
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v1.6.0

[compare changes](https://github.com/unjs/listhen/compare/v1.5.6...v1.6.0)

### 🚀 Enhancements

- Experimental websocket support ([#158](https://github.com/unjs/listhen/pull/158))

### 🏡 Chore

- Update lockfile ([ebef2d1](https://github.com/unjs/listhen/commit/ebef2d1))
- Remove `ws` from shared args for now ([d115045](https://github.com/unjs/listhen/commit/d115045))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.5.6

[compare changes](https://github.com/unjs/listhen/compare/v1.5.5...v1.5.6)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listhen",
"version": "1.5.6",
"version": "1.6.0",
"description": "👂 Elegant HTTP Listener",
"repository": "unjs/listhen",
"license": "MIT",
Expand Down Expand Up @@ -72,4 +72,4 @@
"vitest": "^1.2.2"
},
"packageManager": "pnpm@8.15.0"
}
}

0 comments on commit a1c7411

Please sign in to comment.