Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Apr 8, 2022
1 parent 8dc38a1 commit faac81c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 0.0.6 (Unreleased)
## 0.0.6 (2022-04-08)

- Use the `getAll` IndexedDB function, which should result in a significant speedup
- Update various 3rd party dependencies.

## 0.0.5 (2021-07-08)

Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"lint": "eslint src/*.js test/*.js"
},
"module": "src/main.js",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit faac81c

Please sign in to comment.