Skip to content

Commit

Permalink
chore(release): version package (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 2, 2024
1 parent fa5ee22 commit c422838
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-experts-cry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/stupid-dancers-vanish.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# storage-box

## 1.0.1

### Patch Changes

- 7f2a681: chore: Update dependencies
- fa5ee22: fix: Type incompatibility with json/serializable types

Use `Jsonify<T>` if you need to transform a type to a JSON-compatible type

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storage-box",
"version": "1.0.0",
"version": "1.0.1",
"description": "A memory-based key–value storage for javascript.",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit c422838

Please sign in to comment.