From a47f789349f49e8d7d51dacdba8402cf136a339d Mon Sep 17 00:00:00 2001 From: Vinfall <91039000+Vinfall@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:21:38 +0800 Subject: [PATCH] feat: bump to 3.5.7 --- CHANGELOG.md | 5 ++++- manifest.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d68e5d..cecdc69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.5.7] - Jul. 6, 2024 +- Bump dependencies. + ## [3.5.6] - Jun. 4, 2024 - Bump dependencies. - Add iso date suffix to exported filename. @@ -77,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Accept text files on import. ## [1.13.2] - Aug 19, 2019 -- Fix comma not accepeted in includes/excludes input fields. #105 +- Fix comma not accepted in includes/excludes input fields. #105 - Fix hosts/paths input field overflow issue with long list of values. #104 ## [1.13.1] - Aug 10, 2019 diff --git a/manifest.json b/manifest.json index 4a62547..171d4d3 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", - "version": "3.5.6", + "version": "3.5.7", "manifest_version": 2, "icons": { "48": "icons/icon.svg",