Skip to content

Commit

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

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

**New features**

- `init` is now optional
- A `requestKey` will be generated for you if it is omitted

### v0.1.0 (2018/2/4)

This is the first release of the library.
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": "0.1.0",
"version": "1.0.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 1a6f971

Please sign in to comment.