diff --git a/CHANGELOG.md b/CHANGELOG.md index 174319a16d..9e3ff912fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,14 @@ See [Babylon's CHANGELOG](packages/babylon/CHANGELOG.md) for the Babylon pre-7.0 +## v7.6.1 (2019-09-06) + +#### :bug: Bug Fix +* `babel-types` + * [#10404](https://github.com/babel/babel/pull/10404) fix(types): correct typescript function headers ([@forstermatth](https://github.com/forstermatth)) +* `babel-node` + * [#9758](https://github.com/babel/babel/pull/9758) Remove process.exit(1) from babel-node ([@dword-design](https://github.com/dword-design)) + ## v7.6.0 (2019-09-06) #### :eyeglasses: Spec Compliance