Skip to content

Commit c61640c

Browse files
authored
Merge pull request #187 from psiinon/release/0.0.14
2 parents c807bab + 3b4bb41 commit c61640c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to the full browser extension will be documented in this fil
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
6+
## 0.0.14 - 2025-05-23
77

88
### Fixed
99
- 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.

CHANGELOG.rec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to the recorder browser extension will be documented in this
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
6+
## 0.0.2 - 2025-05-23
77

88
### Fixed
99
- 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.

source/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "ZAP by Checkmarx Browser Extension",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55

66
"icons": {
77
"16": "assets/icons/zap16x16.png",

source/manifest.rec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "ZAP by Checkmarx Recorder",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55

66
"icons": {
77
"16": "assets/icons/zap16x16.png",

0 commit comments

Comments
 (0)