From 1a6f971b99f2a4393fb581b9703264ca88ab7e96 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sun, 4 Feb 2018 08:30:01 -0800 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0d3a6..d64f919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 6f676d8..e75ee1d 100644 --- a/package.json +++ b/package.json @@ -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",