From a9cdbdaa6d836d76932637400ea21c256320aa5b Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Fri, 1 Dec 2023 10:54:17 +0000 Subject: [PATCH] Release 0.0.8 Signed-off-by: Simon Bennetts --- CHANGELOG.md | 2 +- package.json | 2 +- source/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc7edf..bb0d16a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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.8 - 2023-12-01 ### Added - Input field type and form index. diff --git a/package.json b/package.json index 28a70c7..6e18571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zap-extension", - "version": "0.0.7", + "version": "0.0.8", "description": "ZAP Browser Extension - allows ZAP to interact directly with the browser.", "private": true, "repository": "https://github.com/zaproxy/browser-extension/", diff --git a/source/manifest.json b/source/manifest.json index b2c6bca..11002c8 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ZAP Browser Extension", - "version": "0.0.7", + "version": "0.0.8", "icons": { "16": "assets/icons/zap16x16.png",