diff --git a/CHANGELOG.md b/CHANGELOG.md index 603a60c..8e948ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.0.3 (2019-9-17) +Bugfixes: +* accept src option as array instead of string + ## v2.0.2 (2019-7-11) added testcafe 1.3.1 features: * added tsConfigPath entry in the schema diff --git a/package.json b/package.json index d5da9d9..648a539 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@politie/angular-testcafe-builder", - "version": "2.0.2", + "version": "2.0.3", "description": "Angular builder for Testcafe", "main": "src/testcafe/testcafe.builder.js", "scripts": {