Skip to content

Commit

Permalink
Add v7.11.1 to CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Aug 4, 2020
1 parent 953ae82 commit de75d4f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,24 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba

<!-- DO NOT CHANGE THESE COMMENTS - See .github/actions/trigger-github-release/update-changelog.js -->
<!-- insert-new-changelog-here -->
## v7.11.1 (2020-08-04)

#### :bug: Bug Fix
* `babel-parser`
* [#11912](https://github.com/babel/babel/pull/11912) rescan gt/lt token after TsAsExpression is parsed ([@JLHwung](https://github.com/JLHwung))
* `babel-core`
* [#11906](https://github.com/babel/babel/pull/11906) Do not cache non-existent config files forever ([@devongovett](https://github.com/devongovett))
* `babel-plugin-transform-block-scoping`, `babel-standalone`
* [#11901](https://github.com/babel/babel/pull/11901) fix: ensure `[鈥ap.keys]` can be correctly transformed in loose mode ([@JLHwung](https://github.com/JLHwung))

#### :memo: Documentation
* [#11900](https://github.com/babel/babel/pull/11900) docs: remove experimental warning on README ([@JLHwung](https://github.com/JLHwung))

#### :house: Internal
* `babel-parser`
* [#11871](https://github.com/babel/babel/pull/11871) Parser refactoring ([@JLHwung](https://github.com/JLHwung))
* Other
* [#11899](https://github.com/babel/babel/pull/11899) Update `@babel/*` deps ([@JLHwung](https://github.com/JLHwung))
## v7.11.0 (2020-07-30)

#### :eyeglasses: Spec Compliance
Expand Down

0 comments on commit de75d4f

Please sign in to comment.