Skip to content

Commit ad5b178

Browse files
committed
Release 0.0.11
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
1 parent c4ac2e2 commit ad5b178

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ All notable changes to this add-on will be documented in this file.
33

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

6-
## Unreleased
6+
## 0.0.11 - 2025-01-17
7+
78
### Added
89
- Option to start recording when the browser is launched.
910

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zap-extension",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "ZAP by Checkmarx Browser Extension - allows ZAP to interact directly with the browser.",
55
"private": true,
66
"repository": "https://github.com/zaproxy/browser-extension/",

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

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

0 commit comments

Comments
 (0)