From 8c4a0b4a4daf114aff50008a49e4829bc2c8f736 Mon Sep 17 00:00:00 2001 From: Denis Soldatov Date: Mon, 15 Mar 2021 23:45:32 +0300 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7ae5b86..9e3366c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - Throw a different error for a missing cookie upon OAuth return [#131](https://github.com/shopify/shopify-node-api/pull/131) - Improved documentation for GraphQL and Rest Clients. [#123](https://github.com/Shopify/shopify-node-api/pull/123) - Made Docs directory more browseable in GitHub. [#136](https://github.com/Shopify/shopify-node-api/pull/136) +- Made `limit` optional for get-requests with query [#135](https://github.com/Shopify/shopify-node-api/pull/135) ### Fixed