diff --git a/CHANGELOG.md b/CHANGELOG.md index fd608b238c..e802061b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,14 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba +## v7.16.1 (2021-10-30) + +#### :bug: Bug Fix +* `babel-plugin-transform-typescript` + * [#13900](https://github.com/babel/babel/pull/13900) Fix binding access for plugin-transform-typescript ([@PeachScript](https://github.com/PeachScript)) + +#### :house: Internal +* [#13898](https://github.com/babel/babel/pull/13898) Skip ESLint 8 tests on publish ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ## v7.16.0 (2021-10-30)