From 25c89e1bf9b66a2c962546e104d6785b89997c8d Mon Sep 17 00:00:00 2001 From: Jason McNeal Date: Tue, 14 Dec 2021 15:50:44 -0700 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf1e0a6..e60371b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +### [5.3.10] +• Fallback to step1 when no hash is found. +• Only show console.error message in non production environments. + +Thanks [sharpdressedcodes](https://github.com/sharpdressedcodes) + ### [5.3.8] • Added support for named steps - [Wojciech-Florczak](https://github.com/Wojciech-Florczak)