From 3181905e0fd8436d833ac42af25f73933a156cda Mon Sep 17 00:00:00 2001 From: ibooker Date: Tue, 19 Nov 2024 21:44:33 +0000 Subject: [PATCH] doc: add changelog entry Co-authored-by: Iris Booker --- CHANGELOG.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ce454..1397795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # CHANGELOG -# 3.0.1 +# UNRELEASED + +- Update (sub-)dependencies + - `cross-spawn` to 7.0.6 + - `micromatch` to 4.0.8 + +## 3.0.1 - Update braces to 3.0.3 -# 3.0.0 +## 3.0.0 - Update to node v18 @@ -12,24 +18,24 @@ - Update to TypeScript 5 - Update other minor dependencies to latest minor version -# 2.1.0 +## 2.1.0 - Add typescript types -# 2.0.0 +## 2.0.0 _Breaking Changes_ - Errors that are thrown in callback functions are now logged to the console (#4) -# 1.1.1 +## 1.1.1 - Publish to npm as scoped package -# 1.1.0 +## 1.1.0 - Add wrap-prototype function for wrapping all methods on a prototype -# 1.0.0 +## 1.0.0 - Initial release