From 2e985ccd01f62c658450c66b801a2bf901e2af09 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 17 Feb 2020 22:11:40 +0100 Subject: [PATCH] Fix changelog and repository URL in package.json --- README.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7ca30..4824080 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,14 @@ Creates a new Promise that will resolve `delay` milliseconds from the specified - __sinceTimestamp:__ The reference timestamp to start counting from, as a 'UNIX timestamp' in milliseconds (like you get from `Date.now()`). - __delay:__ The delay as a number, in milliseconds. -The Promise will never reject. \ No newline at end of file +The Promise will never reject. + +## Changelog + +### v1.0.1 (February 17, 2020) + +- Fixed repository URL in package.json + +### v1.0.0 (April 23, 2019) + +Initial release. diff --git a/package.json b/package.json index 052929a..6a07b5f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@joepie91/promise-delay-since", "version": "1.0.0", "main": "index.js", - "repository": "git@git.cryto.net:joepie91/node-promise-delay-since.git", + "repository": "http://git.cryto.net/joepie91/node-promise-delay-since.git", "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0", "devDependencies": {