From 3b4bb4108f7ee00ae11d04e1e6767b7509a5b792 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Fri, 23 May 2025 17:12:46 +0100 Subject: [PATCH] Release 0.0.14 / 0.0.2 Signed-off-by: Simon Bennetts --- CHANGELOG.md | 2 +- CHANGELOG.rec.md | 2 +- source/manifest.json | 2 +- source/manifest.rec.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0804457..69f67e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to the full browser extension will be documented in this fil The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## 0.0.14 - 2025-05-23 ### Fixed - Initialize the Zest script also when injecting the content script to record the page accessed after starting the recording, as opposed to starting after accessing the page. diff --git a/CHANGELOG.rec.md b/CHANGELOG.rec.md index 2ebbaf4..013d4bd 100644 --- a/CHANGELOG.rec.md +++ b/CHANGELOG.rec.md @@ -3,7 +3,7 @@ All notable changes to the recorder browser extension will be documented in this The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## 0.0.2 - 2025-05-23 ### Fixed - Initialize the Zest script also when injecting the content script to record the page accessed after starting the recording, as opposed to starting after accessing the page. diff --git a/source/manifest.json b/source/manifest.json index 954c160..a6c7d3b 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ZAP by Checkmarx Browser Extension", - "version": "0.0.13", + "version": "0.0.14", "icons": { "16": "assets/icons/zap16x16.png", diff --git a/source/manifest.rec.json b/source/manifest.rec.json index a67c0dd..569a330 100644 --- a/source/manifest.rec.json +++ b/source/manifest.rec.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ZAP by Checkmarx Recorder", - "version": "0.0.1", + "version": "0.0.2", "icons": { "16": "assets/icons/zap16x16.png",