From 11ae0b3a432e0170da2e90539045bdc14dbfc794 Mon Sep 17 00:00:00 2001 From: b5 Date: Mon, 29 Jun 2020 13:51:21 -0400 Subject: [PATCH] chore(release): release v0.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2065db0..010aea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [v0.2.0](https://github.com/qri-io/apiutil/compare/v0.1.0...v0.2.0) (2020-06-29) + + +### Bug Fixes + +* **page:** write pageSize to url query params when non-default ([198e5f3](https://github.com/qri-io/apiutil/commit/198e5f3)) + + +### Features + +* **orderby:** added util for orderBy support in api calls ([3a356e3](https://github.com/qri-io/apiutil/commit/3a356e3)) +* **resultCount:** Page has a resultCount value, rework package API ([4923244](https://github.com/qri-io/apiutil/commit/4923244)) + + + # (2019-05-31)