From 3fe1df29af1e92e18afe3cd0ec1128da19a4e4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Thu, 7 Oct 2021 22:12:01 +0200 Subject: [PATCH] fix package.json browser field & update changelog --- CHANGELOG.md | 9 +++++++-- package.json | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a127239..1fb3ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,13 @@ 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.1.0-0] - 2021-10-05 -Thank [@eliot-akira](https://github.com/eliot-akira) for the amazing on this. +## [2.1.0-1] - 2021-10-07 +### Changed +- fixed package.json browser field for byline.js +- last minute improvements on [PR](https://github.com/seald/nedb/pull/5) + +## [2.1.0-0] - 2021-10-051 +Thank [@eliot-akira](https://github.com/eliot-akira) for the amazing work on this. ### Changed - [implement file streaming of the database](https://github.com/seald/nedb/pull/5) like [a PR on the original repo](https://github.com/louischatriot/nedb/pull/463) did; - internalize [`byline`](https://github.com/jahewson/node-byline) package because it is unmaintained. diff --git a/package.json b/package.json index f3e5595..86fcd62 100755 --- a/package.json +++ b/package.json @@ -78,7 +78,8 @@ "main": "index.js", "browser": { "./lib/customUtils.js": "./browser-version/lib/customUtils.js", - "./lib/storage.js": "./browser-version/lib/storage.js" + "./lib/storage.js": "./browser-version/lib/storage.js", + "./lib/byline.js": "./browser-version/lib/byline.js" }, "license": "MIT", "publishConfig": {