From 6846e99fb844a6112093c50d8f1dbd2b945f539a Mon Sep 17 00:00:00 2001 From: dessant Date: Thu, 2 Feb 2023 02:30:05 +0200 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84de185..769e951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.0](https://github.com/dessant/web-archives/compare/v3.1.0...v4.0.0) (2023-02-02) + + +### ⚠ BREAKING CHANGES + +* browser versions older than Chrome 92, Edge 92, +and Opera 78 are no longer supported + +### Features + +* migrate to Vuetify ([096567a](https://github.com/dessant/web-archives/commit/096567a973e74df9ef84268cde8afc47ede82dd2)) + + +### Bug Fixes + +* remove deprecated search engines ([21d853f](https://github.com/dessant/web-archives/commit/21d853f6de38029b1c5dfe6644f7a96b79722761)), closes [#63](https://github.com/dessant/web-archives/issues/63) +* update dependencies ([ba987bc](https://github.com/dessant/web-archives/commit/ba987bc2c7c3808dd9aceea34d019102aca237d9)) +* update Yandex ([88734f6](https://github.com/dessant/web-archives/commit/88734f654116fcd144c82a652059d2ca0fb1c9b2)) + ## [3.1.0](https://github.com/dessant/web-archives/compare/v3.0.2...v3.1.0) (2022-01-15) diff --git a/package-lock.json b/package-lock.json index 610ecc6..3360a5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-archives", - "version": "3.1.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "web-archives", - "version": "3.1.0", + "version": "4.0.0", "license": "GPL-3.0-only", "dependencies": { "@fontsource/roboto": "^4.5.8", diff --git a/package.json b/package.json index 06f45ca..8affcb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-archives", - "version": "3.1.0", + "version": "4.0.0", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/web-archives",