We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02d0b0 commit 0b9b015Copy full SHA for 0b9b015
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## 7.0.0
4
+
5
+### Breaking changes
6
7
+- Bump `yaml` to fix security issue. Required bumping minimum node version from
8
+ 8 to 14. (contribution from @mayank99 in #463)
9
10
+### Other changes
11
12
+- Bump `cross-spawn` (contribution from @stianjensen in #457)
13
+- Replace `is-ci` with `ci-info` (contribution from @paescuj in #446)
14
+- Make version number parsing more robust (contribution from @MHekert in #361)
15
16
## 6.5.1
17
18
Special thanks to @orta again for putting this release together.
0 commit comments