From 2d831d646627423fa2b78f68c9e32f3d95254cbb Mon Sep 17 00:00:00 2001 From: Adam Turner Date: Mon, 11 Oct 2021 10:48:03 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b61afb4..5fa52b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,10 @@ Changelog formatting (https://keepachangelog.com/en/1.0.0/): ### Changed +- Update README with description and instructions. - Update API check to use the updated error response format. (ba76dd1) -- Modify the data stored in each repo tranient to store the etag value for later API checks and use a more useful error response. (ba76dd1) +- Modify the data stored in each repo tranient to store the etag value for later API checks and use a more useful error response. (ba76dd1) +- Upgrade npm-package-json-lint from 5.2.4 to 5.4.0. (85dc876) ### Fixed