Skip to content

Commit 59bf92e

Browse files
committed
Prepare 2.1.5 release
1 parent 544a594 commit 59bf92e

File tree

2 files changed

+246
-440
lines changed

2 files changed

+246
-440
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 2.1.5 (February 11, 2019)
2+
3+
v2.1.5 is a maintenance release that reverts the TypeScript speed improvements ([#5903](https://github.com/facebook/create-react-app/pull/5903)) to fix a dependency issue in `react-dev-utils`.
4+
5+
### Migrating from 2.1.4 to 2.1.5
6+
7+
Inside any created project that has not been ejected, run:
8+
9+
```bash
10+
npm install --save --save-exact [email protected]
11+
```
12+
13+
or
14+
15+
```
16+
yarn add --exact [email protected]
17+
```
18+
119
## 2.1.4 (February 10, 2019)
220

321
v2.1.4 is a maintenance release that brings a number of awesome improvements. A few notable ones include:
@@ -6,7 +24,6 @@ v2.1.4 is a maintenance release that brings a number of awesome improvements. A
624
- Jest [type ahead support](https://github.com/jest-community/jest-watch-typeahead) which provides a much nicer experience when filtering your tests using the Jest CLI ([#5213](https://github.com/facebook/create-react-app/pull/5213))
725
- And many more improvements!
826

9-
1027
#### :bug: Bug Fix
1128

1229
- `react-scripts`

0 commit comments

Comments
 (0)