Skip to content

Commit 22f592e

Browse files
author
Mark Everett
committed
Publish 0.1.26
1 parent bfffd0f commit 22f592e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.24] - 2020-05-04
8+
## [0.1.26] - 2020-05-11
99

10-
### Changed
10+
- Fixes co-operatility issue with REST
1111

12-
- allow configuration of data loader
12+
## [0.1.25] - 2020-05-04
1313

14-
## [0.1.23] - 2020-04-11
14+
- Added options to support dataloader configuration
1515

16-
### Changed
16+
## [0.1.23] - 2020-04-11
1717

1818
- Now resolve NestDataLoader using `.resolve` rather than `.get` to support custom loader implementations which are not singletons (single instance scope).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-graphql-dataloader",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"private": false,
55
"description": "NestJS GraphQL Dataloader",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)