diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc58a215b..6d05c8e3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.15.2 (2021-08-08) + +#### :bug: Bug Fix +* `babel-parser` + * [#13653](https://github.com/babel/babel/pull/13653) Add `.errors` to the `@babel/parser` return type definitions ([@sosukesuzuki](https://github.com/sosukesuzuki)) + * [#13641](https://github.com/babel/babel/pull/13641) Fix array destructuring elision parsing in TS arrow functions ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ## v7.15.1 (2021-08-05) #### :leftwards_arrow_with_hook: Revert