Skip to content

Commit 10e8fca

Browse files
author
Tim Nederhoff
committed
merged fix for src array, new version
1 parent d381c88 commit 10e8fca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.0.3 (2019-9-17)
4+
Bugfixes:
5+
* accept src option as array instead of string
6+
37
## v2.0.2 (2019-7-11)
48
added testcafe 1.3.1 features:
59
* added tsConfigPath entry in the schema

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@politie/angular-testcafe-builder",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Angular builder for Testcafe",
55
"main": "src/testcafe/testcafe.builder.js",
66
"scripts": {

0 commit comments

Comments
 (0)