Skip to content

Commit

Permalink
Merge pull request #103 from psiinon/release/0.0.9
Browse files Browse the repository at this point in the history
Release 0.0.9
  • Loading branch information
thc202 authored Nov 28, 2024
2 parents 0abdd66 + d917b07 commit c11a385
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ 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.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
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 by Checkmarx Browser Extension",
"version": "0.0.8",
"version": "0.0.9",

"icons": {
"16": "assets/icons/zap16x16.png",
Expand Down

0 comments on commit c11a385

Please sign in to comment.