From a038d787c616fdc6cef93cfe0e87d4aba85405d3 Mon Sep 17 00:00:00 2001 From: Babel Bot Date: Wed, 3 Feb 2021 15:07:22 +0000 Subject: [PATCH] Add v7.12.14 to CHANGELOG.md [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3011070295..0b2a295307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,15 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.12.14 (2021-02-03) + +#### :bug: Bug Fix +* `babel-parser` + * [#12748](https://github.com/babel/babel/pull/12748) fix(ts): allow abstract methods with `export default abstract class` ([@fedeci](https://github.com/fedeci)) + +#### :house: Internal +* `babel-core` + * [#12740](https://github.com/babel/babel/pull/12740) test: add tests on {parser,generator}Override ([@JLHwung](https://github.com/JLHwung)) ## v7.12.13 (2021-02-03) #### :eyeglasses: Spec Compliance