Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Mar 26, 2022
1 parent a9bfc10 commit cb6eca5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## [0.0.1](https://github.com/darrachequesne/idb/releases/tag/0.0.1) (2022-03-25)
## [0.0.2](https://github.com/darrachequesne/synceddb/compare/0.0.1...0.0.2) (2022-03-26)


### Bug Fixes

* add missing Content-Type header ([6903318](https://github.com/darrachequesne/synceddb/commit/69033182d28a7948cf184f15aab999cd3f14020a))
* prevent infinite loop when pushing updates ([0a94d53](https://github.com/darrachequesne/synceddb/commit/0a94d53212a512873518efa52a46978eada75da5))



## [0.0.1](https://github.com/darrachequesne/synceddb/releases/tag/0.0.1) (2022-03-25)


### Features
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "synceddb",
"version": "0.0.1",
"version": "0.0.2",
"description": "Sync your IndexedDB database with a remote REST API",
"main": "./build/index.cjs",
"module": "./build/index.js",
Expand Down

0 comments on commit cb6eca5

Please sign in to comment.