From 6f2eccdb1685e4e522b76bbaedd8b59804d65fe4 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Thu, 31 Oct 2019 11:48:09 +0100 Subject: [PATCH] 1.12.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55c9a29..fe4b004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@maibornwolff/alt-core-js", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f3b9b5..6cda0e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maibornwolff/alt-core-js", - "version": "1.11.0", + "version": "1.12.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",