From 2446e1f16392c84063cb50025e0a9ff8296bf87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Mon, 6 Nov 2023 05:01:07 +0100 Subject: [PATCH] prepare changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9aa7c..10a3230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [6.0.0](https://github.com/supercharge/collections/compare/v5.0.1...v6.0.0) - 2023-11-xx + +### Removed +- removed JSdoc annotations from methods, TypeScript already provides proper typing + +### Breaking Changes +- require Node.js v20 +- migrate this package to ESM + + ## [5.0.1](https://github.com/supercharge/collections/compare/v5.0.0...v5.0.1) - 2022-10-29 ### Fixed