From 1974e0a102e7c76991cd3acbb0bd491ca1532837 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Thu, 28 Nov 2024 17:35:59 +0000 Subject: [PATCH] Release 0.0.9 Signed-off-by: Simon Bennetts --- CHANGELOG.md | 3 +++ package.json | 4 ++-- source/manifest.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7137783..6e10929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased + +## 0.0.9 - 2024-11-28 + ### Added - Support for Enter key in input fields. diff --git a/package.json b/package.json index b2e206c..754b17a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zap-extension", - "version": "0.0.8", - "description": "ZAP Browser Extension - allows ZAP to interact directly with the browser.", + "version": "0.0.9", + "description": "ZAP by Checkmarx Browser Extension - allows ZAP to interact directly with the browser.", "private": true, "repository": "https://github.com/zaproxy/browser-extension/", "author": { diff --git a/source/manifest.json b/source/manifest.json index f050075..ca637fb 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.8", + "version": "0.0.9", "icons": { "16": "assets/icons/zap16x16.png",