Skip to content

Commit 6aef6d0

Browse files
committed
release 1.4.2
1 parent d4a28ba commit 6aef6d0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.4.2 / 2020-03-04
2+
==================
3+
* Fix: Fixed `or` resolver (#47, @klymenko-serhii)
4+
* Misc: Various CI/CD fixes (@thebigredgeek)
15

26
1.4.1 / 2018-07-22
37
==================

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-resolvers",
3-
"version": "1.4.1",
4-
"description": "Expressive and composable resolvers for Apollostack's GraphQL server Edit",
3+
"version": "1.4.2",
4+
"description": "Expressive and composable resolvers for Apollostack's GraphQL server",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)