Skip to content

Commit

Permalink
Merge pull request #88 from psiinon/release/0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Dec 1, 2023
2 parents 119d785 + a9cdbda commit 742d05c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion source/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 742d05c

Please sign in to comment.