From 38c60c7e2646886ef31437632027dfed59519826 Mon Sep 17 00:00:00 2001 From: Vinfall <91039000+Vinfall@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:49:16 +0800 Subject: [PATCH] feat: bump to 3.5.6 --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5af21..2d68e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.5.6] - Jun. 4, 2024 +- Bump dependencies. +- Add iso date suffix to exported filename. + ## [3.5.5] - May. 14, 2024 - Bump dependencies. - Add prod.outgoing.prod.webservices.mozgcp.net pattern. diff --git a/manifest.json b/manifest.json index b6f0207..4a62547 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", - "version": "3.5.5", + "version": "3.5.6", "manifest_version": 2, "icons": { "48": "icons/icon.svg",