Skip to content

Commit

Permalink
Release 7.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Apr 28, 2021
1 parent b39ad50 commit 50e92e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
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.4 (2021-04-28)

#### :bug: Bug Fix
* [#394](https://github.com/babel/ember-cli-babel/pull/394) Include addon name directory in 'treeForAddon' (mitigate issues with Embroider when using external helpers) ([@charlespierce](https://github.com/charlespierce))
* [#400](https://github.com/babel/ember-cli-babel/pull/400) Update `_shouldHandleTypeScript` to read from `pkg.dependencies` instead of relying on `addons` ([@brendenpalmer](https://github.com/brendenpalmer))

#### Committers: 2
- Brenden Palmer ([@brendenpalmer](https://github.com/brendenpalmer))
- Charles Pierce ([@charlespierce](https://github.com/charlespierce))

## v7.26.3 (2021-03-26)

#### :bug: Bug Fix
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.3",
"version": "7.26.4",
"description": "Ember CLI addon for Babel",
"keywords": [
"babel",
Expand Down

0 comments on commit 50e92e8

Please sign in to comment.