Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Bennetts <[email protected]>
  • Loading branch information
psiinon committed Sep 19, 2023
1 parent 19b0b29 commit d7ce772
Show file tree
Hide file tree
Showing 4 changed files with 7 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,5 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 0.0.6

### Fixed
- Storage events not being reported.
3 changes: 3 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
1. Update the version in `package.json` and `source/manifest.json`
1. Update `CHANGELOG.md` with the new version
1. Submit a PR with the above changes
1. Once the PR has been merged
1. Tag the release e.g. `git tag -a v0.0.x -m "Release v0.0.x`
1. Push the tag `git push upstream --tags`
1. Run `yarn run build`
1. Upload the extensions to Firefox Add-Ons and the Chrome Web Store
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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",

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

0 comments on commit d7ce772

Please sign in to comment.