Skip to content

Commit a869cce

Browse files
committedJun 12, 2020
Release 7.21.0
1 parent a118d6d commit a869cce

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v7.21.0 (2020-06-12)
2+
3+
#### :rocket: Enhancement
4+
* [#354](https://github.com/babel/ember-cli-babel/pull/354) Update Babel related dependencies to 7.10 ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :memo: Documentation
7+
* [#353](https://github.com/babel/ember-cli-babel/pull/353) Ensure docs use `require.resolve` for custom plugins ([@rwjblue](https://github.com/rwjblue))
8+
* [#352](https://github.com/babel/ember-cli-babel/pull/352) Fix README badges ([@rwjblue](https://github.com/rwjblue))
9+
10+
#### Committers: 1
11+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
12+
113
## v7.20.5 (2020-06-02)
214

315
#### :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.20.5",
3+
"version": "7.21.0",
44
"description": "Ember CLI addon for Babel",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)