Skip to content

Commit

Permalink
changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
shahradelahi committed May 31, 2024
1 parent 902d232 commit e4a209e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/thin-points-tickle.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ interface Vertex {
}

const vhm = c.createHashMap<string, Vertex>();
await vhm.set('a', { x: 1, y: 2 });
vhm.set('a', { x: 1, y: 2 });
```
4 changes: 2 additions & 2 deletions .changeset/tough-donuts-join.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'storage-box': minor
'storage-box': major
---

fix: methods are now sync. keyword `await` is no longer needed.
fix: Operation methods are now synchronous. The keyword `await` is no longer needed.

0 comments on commit e4a209e

Please sign in to comment.