From 0f2eb4ace5e61b592fef5053f4e92538fbdea127 Mon Sep 17 00:00:00 2001 From: mehdi Date: Thu, 21 Oct 2021 16:35:00 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2a03c..e67a12a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,12 @@ 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-2] - 2021-10-14 -### Changed -- properly streaming writing the database file - -## [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-05 -Thank [@eliot-akira](https://github.com/eliot-akira) for the amazing work on this. +## [2.1.0] - 2021-10-21 +Thanks to [@eliot-akira](https://github.com/eliot-akira) for the amazing work on file streaming. ### 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. +- TypeScript typings inside the package. ## [2.0.4] - 2021-07-12 ### Fixed