Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2020-04-29)

### Bug Fixes

* **lib:** fix failing tests, add utils tests ([f4816b7](f4816b7))

### Features

* **lib:** better handling of null & undefined values ([24d5b7e](24d5b7e))
  • Loading branch information
semantic-release-bot committed Apr 29, 2020
1 parent 5ba7b0c commit 29e9b68
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.4.0](https://github.com/good-idea/unwind-edges/compare/v1.3.0...v1.4.0) (2020-04-29)


### Bug Fixes

* **lib:** fix failing tests, add utils tests ([f4816b7](https://github.com/good-idea/unwind-edges/commit/f4816b79bdd666e1a7da004c5ad50ed5b6059dc9))


### Features

* **lib:** better handling of null & undefined values ([24d5b7e](https://github.com/good-idea/unwind-edges/commit/24d5b7ec0790356e46c3c4b658a20b5a3af2af87))

# [1.3.0](https://github.com/good-idea/unwind-edges/compare/v1.2.0...v1.3.0) (2019-11-10)


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

0 comments on commit 29e9b68

Please sign in to comment.