Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Feb 8, 2018
1 parent d9f6fc2 commit 6bd590f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### v2.1.0 (2018/2/7)

**New Features**

* `responseType` can now be specified as a function. This is useful for backends that don't
respect the `Accept` header. "Enterprisey" backends frequently return text stack traces
for errors, as an example.

### v2.0.0 (2018/2/4)

**Breaking**
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": "fetch-dedupe",
"version": "2.0.0",
"version": "2.1.0",
"description": "A thin wrapper around fetch that prevents duplicate requests.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 6bd590f

Please sign in to comment.