From 25f040caa45265c40bbefb7f09b8aee0a2dbfd2c Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Mon, 8 Jul 2019 19:53:06 +0000 Subject: [PATCH] Add v7.5.2 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c8e6cf0372..ceb2513afd46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,16 @@ See [Babylon's CHANGELOG](packages/babylon/CHANGELOG.md) for the Babylon pre-7.0 +## v7.5.2 (2019-07-08) + +#### :bug: Bug Fix +* `babel-plugin-transform-typescript` + * [#10174](https://github.com/babel/babel/pull/10174) Do not trust Scope when removing TypeScript types ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) +* `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` + * [#10171](https://github.com/babel/babel/pull/10171) Don't rely on getOwnPropertyDescriptors in objectSpread2 ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) +* `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from` + * [#10172](https://github.com/babel/babel/pull/10172) fix: register injected importDeclaration ([@JLHwung](https://github.com/JLHwung)) + ## v7.5.1 (2019-07-06) #### :bug: Bug Fix