From a8eddf850da001cb32845a3a56ea0db5bee34ecc Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 6 Jun 2022 16:14:31 -0700 Subject: [PATCH] changelog: update for 3.40.8 (#769) --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf035efc8..db64f1fb8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,17 @@ All notable changes to `src-cli` are documented in this file. ### Fixed +### Removed + +## 3.40.8 + +### Fixed + - Output variables created from batch spec steps will no longer have an extra newline added if the output doesn't end with a newline. [sourcegraph/sourcegraph#36562](https://github.com/sourcegraph/sourcegraph/issues/36562) -### Removed +## 3.40.5 to 3.40.7 + +- No substantive changes; these releases were related solely to improving our release machinery. ## 3.40.4 @@ -27,6 +35,10 @@ All notable changes to `src-cli` are documented in this file. - It's now possible to install src-cli via `npm install -g @sourcegraph/src`. [sourcegraph/src-cli#760](https://github.com/sourcegraph/src-cli/pull/760) +## 3.40.3 + +- No substantive changes; this release was related solely to improving our release machinery. + ## 3.40.2 ### Changed