Skip to content

Commit

Permalink
chore(release): 1.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.2](v1.5.1...v1.5.2) (2020-10-07)

### Bug Fixes

* **lib:** fix empty array input for paginate ([9947350](9947350))
  • Loading branch information
semantic-release-bot committed Oct 7, 2020
1 parent e376172 commit a49f686
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.5.2](https://github.com/good-idea/unwind-edges/compare/v1.5.1...v1.5.2) (2020-10-07)


### Bug Fixes

* **lib:** fix empty array input for paginate ([9947350](https://github.com/good-idea/unwind-edges/commit/9947350a3d9cc1778605d6c8b39218cd49e0c459))

## [1.5.1](https://github.com/good-idea/unwind-edges/compare/v1.5.0...v1.5.1) (2020-10-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@good-idea/unwind-edges",
"version": "1.5.1",
"version": "1.5.2",
"description": "Simple utilty for extracting paginated GraphQL data",
"main": "lib/index.js",
"module": "lib/index.es.js",
Expand Down

0 comments on commit a49f686

Please sign in to comment.