Skip to content

Commit

Permalink
bump version (close DevExpress#2095) (DevExpress#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
LavrovArtem authored and kirovboris committed Dec 18, 2019
1 parent 6bda323 commit e836d19
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## v0.20.1 (2018-6-21)
## v0.20.2 (2018-5-24)

#### :gear: Typescript definitions for new features from v0.20.0 have been added (#2428)
#### :gear: Package dependencies have been upgraded to avoid CVEs reported by Node Security Platform

### Bug fixes

* Enabled the screenshot and window resizing functionalities in the concurrency mode for Firefox and Chrome on macOS [#2095](https://github.com/DevExpress/testcafe/issues/2095)

## v0.20.1 (2018-5-21)

#### :gear: Typescript definitions for new features from v0.20.0 have been added ([#2428](https://github.com/DevExpress/testcafe/issues/2428))

### Bug fixes

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testcafe",
"description": "Automated browser testing for the modern web development stack.",
"license": "MIT",
"version": "0.20.1",
"version": "0.20.2",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
Expand Down Expand Up @@ -103,8 +103,8 @@
"sanitize-filename": "^1.6.0",
"source-map-support": "^0.5.5",
"strip-bom": "^2.0.0",
"testcafe-browser-tools": "1.5.1",
"testcafe-hammerhead": "13.5.0",
"testcafe-browser-tools": "1.6.3",
"testcafe-hammerhead": "13.5.1",
"testcafe-legacy-api": "3.1.7",
"testcafe-reporter-json": "^2.1.0",
"testcafe-reporter-list": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion ts-defs/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ declare module 'testcafe' {
* The `onResponse` method is called after sending the request
*/
onResponse(responseEvent: object): void;
};
}

export var Role: {
/**
Expand Down

0 comments on commit e836d19

Please sign in to comment.