Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 12989de

Browse files
author
William Monk
committed
v2.4.0
1 parent 7395212 commit 12989de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ When you run `npm run build` the terminal will output the error, including the h
2323

2424
## Changelog
2525

26+
### 2.4.0
27+
* Upgrade typescript to 2.4 and ts-loadder to 2.2.1 - thanks @frederickfogerty
28+
* Fix readme typo - thanks @wrongway4you
29+
2630
### 2.3.2
2731
* Fix `typescript` version to 2.3.x until 2.4 @types are fixed
2832

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts-ts",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "wmonk/create-react-app",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)