From 42a80048405a773e57c6762f116a41889eed5379 Mon Sep 17 00:00:00 2001 From: Vasan Subramanian Date: Sat, 15 Jun 2024 16:48:19 +0530 Subject: [PATCH] Preparing v1.5.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a3cc4..add73c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 1.5.1 +- Fixed regression (status check failures were not detected) + ## 1.5.0 - Support for `$skip` to skip a test, output can have the test shown as skipped diff --git a/package.json b/package.json index dc6bfca..aef7f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zzapi", - "version": "1.5.0", + "version": "1.5.1", "description": "zzAPI is a REST API testing and documentation tool set. It is an open-source Postman alternative. ", "main": "./dist/index.js", "module": "./dist/index.mjs",