From 8bbffb4bea216a5d6159ac2ce44debebcca082a9 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Sun, 29 May 2016 19:19:12 -0400 Subject: [PATCH] Docs: 6.9.2 changelog [skip ci] --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 989fc1cd62..96a49beefb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,14 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. -## 6.9.1 (2016-05-28) +## 6.9.2 (2016-05-29) + +Fixup missing dependency. + +#### Bug Fix +* `babel-runtime`: Fix an issue with getting `Cannot find module 'regenerator-runtime'` because it was set as a devDependency instead of a dependency. + +## 6.9.1 (2016-05-29) Just 2 fixes this release! - A class property fix (set `this` correctly when using async arrow function class properties without a super class).