Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 70c6e70

Browse files
authored
chore(changelog): update with typescript 2.0.0 notes (#3528)
1 parent 6dbb03b commit 70c6e70

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# 4.0.5
22

3+
In this version, there are several small changes that affect TypeScript users
4+
from the previous version 4.0.4. Here are some of the steps to resolve any
5+
transpiling errors:
6+
7+
- In your package.json, use TypeScript 2.0.0. This will allow Protractor to use
8+
the `@types/node` and `@types/jasmine` installed in node\_modules.
9+
- Remove `jasmine` and `node` from your `typings.json` since these types are
10+
already included via `@types`. If these were the only ambient typings
11+
installed, remove the `typings.json` file.
12+
- If you still have a `typings.json` file, remove `typings` directory and
13+
install a fresh set of ambient typings with: `typings install`.
14+
315
## Features
416

517
- ([30102fb](https://github.com/angular/protractor/commit/30102fbdaa6354e8ba1a067c6731799aa0f0ff42))

0 commit comments

Comments
 (0)