Skip to content

Commit

Permalink
Release 7.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 18, 2021
1 parent cc65ea5 commit d91f754
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
https://github.com/highlightjs/highlight.js/issues/2877

## v7.26.1 (2021-03-18)

#### :bug: Bug Fix
* [#392](https://github.com/babel/ember-cli-babel/pull/392) Fix compatibility with ember-auto-import. ([@rwjblue](https://github.com/rwjblue))
* [#391](https://github.com/babel/ember-cli-babel/pull/391) Ensure `getSupportedExtensions` works when no config is provided. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
https://github.com/highlightjs/highlight.js/issues/2877

## v7.26.0 (2021-03-18)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-babel",
"version": "7.26.0",
"version": "7.26.1",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down

0 comments on commit d91f754

Please sign in to comment.