From b216cd3b222d80df75085719c49cc9c5a7aee8bb Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 5 Oct 2021 11:17:03 +1100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e7a98877..ea8e2166df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Breaking**: Renamed `WakuStore.QueryOptions`'s `direction` to `pageDirection` (and its type) as it only affects the page ordering, not the ordering of messages with the page. +### Fixed +- Docs: Ensure that `WakuStore`'s `QueryOptions` documentation is available [online](https://status-im.github.io/js-waku/docs/). + ## [0.13.1] - 2021-09-21 ### Fixed