From 381ad47994735b58dbd20bcc7bf5e522ec352b86 Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Thu, 9 Jan 2020 12:41:03 +1100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2b5ac8c..4d59a4328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.0.1] - 2020-01-08 + +A bugfix release. + +### Changed + +- Fixed an issue where the first instruction after an `if` statement, option, shortcut option or jump to another node could be skipped. + ## [1.0.0] - 2020-01-07 This is the first major release of Yarn Spinner. We're thrilled to bring this to you, and want to thank everyone who's helped us bring Yarn Spinner to this point.