diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b136c..c316164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 83353b2..74b5d0b 100644 --- a/package.json +++ b/package.json @@ -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",