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",