From 850c11a1543e0ca648fa99db53ded039a787551c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Tue, 18 May 2021 15:51:22 +0200 Subject: [PATCH] update homepage --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a01e195..9e0a235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.1] - 2021-05-18 +### Added +- Update `homepage` & `repository` fields in the `package.json` + ## [2.0.0] - 2021-05-18 This version should be a drop-in replacement for `nedb@1.8.0` provided you use diff --git a/package.json b/package.json index b387641..ec4515c 100755 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "datastore", "embedded" ], - "homepage": "https://github.com/louischatriot/nedb", + "homepage": "https://github.com/seald/nedb", "repository": { "type": "git", - "url": "git@github.com:louischatriot/nedb.git" + "url": "git@github.com:seald/nedb.git" }, "dependencies": { "@seald-io/binary-search-tree": "^1.0.0",