From 10095ae4999eb0fbaa60b7da84368d572bf5997d Mon Sep 17 00:00:00 2001 From: dessant Date: Sun, 29 Sep 2024 17:06:21 +0300 Subject: [PATCH] chore(release): 7.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 983192b..d507c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [7.0.0](https://github.com/dessant/web-archives/compare/v6.1.1...v7.0.0) (2024-09-29) + + +### ⚠ BREAKING CHANGES + +* browser versions older than Safari 17 +are no longer supported + +### Features + +* upgrade to Manifest V3 in Safari ([3fecc20](https://github.com/dessant/web-archives/commit/3fecc201feddf4dd46c9773e2a4fd8002f5e90cf)) + + +### Bug Fixes + +* remove Google Cache and Yahoo Cache ([b48f6d6](https://github.com/dessant/web-archives/commit/b48f6d62a799648baad89f1a1d0f2027cbf0ad9e)), closes [#90](https://github.com/dessant/web-archives/issues/90) +* restore compatibility with Safari 18 ([7869d64](https://github.com/dessant/web-archives/commit/7869d64e4b02b6bd6311cff114a30ea9ea52b3d8)) + ## [6.1.1](https://github.com/dessant/web-archives/compare/v6.1.0...v6.1.1) (2024-06-21) diff --git a/package-lock.json b/package-lock.json index 07197fd..761e65c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-archives", - "version": "6.1.1", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-archives", - "version": "6.1.1", + "version": "7.0.0", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "^5.0.13", diff --git a/package.json b/package.json index 35c54b4..060b98b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-archives", - "version": "6.1.1", + "version": "7.0.0", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/web-archives",