Skip to content

Commit 4bd81de

Browse files
authored
Merge pull request #212 from psiinon/release/0.1.3
2 parents 6503e0e + 32f83a2 commit 4bd81de

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.1.3 - 2025-06-18
77

88
### Fixed
99
- Download on script completion on Chrome.

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.1.3 - 2025-06-18
77

88
### Fixed
99
- Download on script completion on Chrome.

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.1.2",
4+
"version": "0.1.3",
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.1.2",
4+
"version": "0.1.3",
55

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

0 commit comments

Comments
 (0)