Skip to content

Commit

Permalink
Merge pull request #23 from westlinkin/master
Browse files Browse the repository at this point in the history
expose Fireworkers.set method
  • Loading branch information
alexiglesias93 authored Oct 26, 2023
2 parents 54732f1 + b157152 commit 5d08726
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-dingos-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'fireworkers': patch
---

fix: expose `Fireworkers.set` method
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ export * from './get';
export * from './init';
export * from './query';
export * from './remove';
export * from './set';
export type { DB } from './types';
export * from './update';

0 comments on commit 5d08726

Please sign in to comment.