From e6ac190867ceea306cae8aca69c3637fc8e8f979 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Tue, 19 Sep 2023 16:21:02 +0200 Subject: [PATCH] Release 0.0.6 Signed-off-by: Simon Bennetts --- CHANGELOG.md | 2 ++ RELEASING.md | 3 +++ package.json | 2 +- source/manifest.json | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba81f49..8cbd274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,5 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## 0.0.6 - 2023-09-19 + ### Fixed - Storage events not being reported. \ No newline at end of file diff --git a/RELEASING.md b/RELEASING.md index c1bfee8..e6b3358 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 e.g. `git push upstream v0.0.x` 1. Run `yarn run build` 1. Upload the extensions to Firefox Add-Ons and the Chrome Web Store \ No newline at end of file diff --git a/package.json b/package.json index 3f117dd..284813e 100644 --- a/package.json +++ b/package.json @@ -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/", diff --git a/source/manifest.json b/source/manifest.json index aee36c2..c14758c 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -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",