From 0b9b0150a2348bf53087198fcad84e862a35eebb Mon Sep 17 00:00:00 2001 From: David Sheldrick Date: Tue, 25 Apr 2023 19:02:19 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b229fcba..a6b927a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 7.0.0 + +### Breaking changes + +- Bump `yaml` to fix security issue. Required bumping minimum node version from + 8 to 14. (contribution from @mayank99 in #463) + +### Other changes + +- Bump `cross-spawn` (contribution from @stianjensen in #457) +- Replace `is-ci` with `ci-info` (contribution from @paescuj in #446) +- Make version number parsing more robust (contribution from @MHekert in #361) + ## 6.5.1 Special thanks to @orta again for putting this release together.