From 1cfc32a41ee6f7415609287adb9c149d11291721 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 22 Oct 2019 14:29:56 +0200 Subject: [PATCH] Fix typo and formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d43fd5ae..6e57587a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # v1.3.0 - Added `xml` assertion to `stdout` and `stderr` - - Added `json` assertin to `stdout` and `stderr` + - Added `json` assertion to `stdout` and `stderr` - Remove `cmd` pkg and use `github.com/SimonBaeumer/cmd@v1.1.0` instead - Add `inherit-env` to `config`, it enables inheriting the parent's env variables.