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

Commit 00eea07

Browse files
committed
v1.3.0
1 parent 69c9548 commit 00eea07

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ npm start
1717
## Features
1818

1919
### Code highlighting on error
20-
When you run `npm run build` the terminal will output the error, including the highlighted sourecode (like babel)!
20+
When you run `npm run build` the terminal will output the error, including the highlighted sourecode (like babel)!
2121

2222
![CodeHighlight](https://cloud.githubusercontent.com/assets/175278/22310149/1ee66ccc-e346-11e6-83ff-e3a053701fb4.gif)
2323

2424
## Changelog
2525

26+
### 1.3.0
27+
* Upgrade to typescript@2.2.2 - thanks to @jeremistadler
28+
2629
### 1.1.8
2730
* Fix regression where no `@types` were being installed on init
2831

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts-ts",
3-
"version": "1.2.0",
3+
"version": "1.3.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)