Skip to content

Commit

Permalink
released v2.4.1 - fixes peer dep issue with itty-router v5
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Apr 2, 2024
1 parent ddd0c75 commit ae1d126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Until this library makes it to a production release of v1.x, **minor versions may contain breaking changes to the API**. After v1.x, semantic versioning will be honored, and breaking changes will only occur under the umbrella of a major version bump.


- **v2.4.1** - FIX: some users may have experiences peer dep issue with the new itty-router v5
- **v2.4.0** - Added: this.id (getter), mapping to this.state.idFromName || this.state.id (original DO id)
- **v2.3.0** - Added: this.deleteAlarm() to complete CF alarm API
- **v2.0.0** - Updates to itty-router v4.x, and adds websocket support.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "itty-durable",
"description": "Simplified interface for Cloudflare Durable Objects",
"version": "2.4.0",
"version": "2.4.1",
"main": "./index.js",
"keywords": [
"cloudflare",
Expand Down

0 comments on commit ae1d126

Please sign in to comment.