diff --git a/package-lock.json b/package-lock.json index 784a2d4..e1509e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@maibornwolff/alt-core-js", - "version": "1.12.0", + "version": "1.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7a53e9f..68eba74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maibornwolff/alt-core-js", - "version": "1.12.0", + "version": "1.13.0", "description": "Simple test framework supporting execution of different `scenarios` based on `action` templates. The framework supports definition of different action types in an *yaml* format, including e.g. which endpoints have to be called with which parameters as well as defining validation rules to be applied on the responses. It also supports detailed report creation of the test results.", "main": "lib/index", "types": "lib/index",