Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Bennetts <[email protected]>
  • Loading branch information
psiinon committed Oct 23, 2023
1 parent ed72f9b commit bfff0b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 0.0.7 - 2023-10-23

### Changed
- Init ZAP URL to http://zap/ instead of http://localhost:8080/

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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",

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

0 comments on commit bfff0b4

Please sign in to comment.