Skip to content

Commit c77ebaf

Browse files
authored
Merge pull request #275 from psiinon/release/0.1.7
Release 0.1.7
2 parents a57d46e + 5849476 commit c77ebaf

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.7 - 2025-11-28
77

88
### Added
99
- Support for dark mode

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.7 - 2025-11-28
77

88
### Added
99
- Support for dark mode

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

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

0 commit comments

Comments
 (0)