Skip to content

Commit b704321

Browse files
committed
v7.26.5
1 parent 127ade1 commit b704321

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v7.26.5 (2021-05-06)
2+
3+
#### :bug: Bug Fix
4+
* [#402](https://github.com/babel/ember-cli-babel/pull/402) Fix compatibility with Ember 3.27+ when using compileModules: false. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### Committers: 1
7+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8+
19
## v7.26.4 (2021-04-28)
210

311
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-babel",
3-
"version": "7.26.4",
3+
"version": "7.26.5",
44
"description": "Ember CLI addon for Babel",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)