Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 8, 2024
1 parent 66c927c commit c2caaa2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# History

| Version | Release date |
|--------------------------|----------------|
| [0.1.0](#010-2024-10-07) | September 2024 |
| [0.0.2](#002-2022-03-26) | March 2022 |
| [0.0.1](#001-2022-03-25) | March 2022 |
| Version | Release date |
|--------------------------|--------------|
| [0.1.1](#011-2024-10-08) | October 2024 |
| [0.1.0](#010-2024-10-07) | October 2024 |
| [0.0.2](#002-2022-03-26) | March 2022 |
| [0.0.1](#001-2022-03-25) | March 2022 |

# Release notes

## [0.1.1](https://github.com/darrachequesne/synceddb/compare/0.1.0...0.1.1) (2024-10-08)


### Bug Fixes

* include object stores without keyPath in the fetch loop ([66c927c](https://github.com/darrachequesne/synceddb/commit/66c927c442261f7b74106fd9520f22f1c0b279be))



## [0.1.0](https://github.com/darrachequesne/synceddb/compare/0.0.2...0.1.0) (2024-10-07)


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": "synceddb",
"version": "0.1.0",
"version": "0.1.1",
"description": "Sync your IndexedDB database with a remote REST API",
"main": "./build/index.cjs",
"module": "./build/index.js",
Expand Down

0 comments on commit c2caaa2

Please sign in to comment.