Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 29, 2024
1 parent 9934fb5 commit 7977f53
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v0.1.1

[compare changes](https://github.com/unjs/crossws/compare/v0.1.0...v0.1.1)

### 💅 Refactors

- Import bun types from @types/bun ([ba40b53](https://github.com/unjs/crossws/commit/ba40b53))

### 📦 Build

- Expose default export for compatibility types ([9934fb5](https://github.com/unjs/crossws/commit/9934fb5))

### 🏡 Chore

- Update lockfile ([53162bd](https://github.com/unjs/crossws/commit/53162bd))
- Update badges ([6e2b296](https://github.com/unjs/crossws/commit/6e2b296))

### ❤️ Contributors

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

## v0.0.1


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": "crossws",
"version": "0.1.0",
"version": "0.1.1",
"description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers",
"repository": "unjs/crossws",
"license": "MIT",
Expand Down Expand Up @@ -91,4 +91,4 @@
"ws": "^8.16.0"
},
"packageManager": "pnpm@8.15.0"
}
}

0 comments on commit 7977f53

Please sign in to comment.