chore(release): 3.0.0

This commit is contained in:
dessant 2024-05-29 00:01:26 +03:00
parent 42149b35b7
commit c82bcceb0e
3 changed files with 16 additions and 4 deletions

View File

@ -1,6 +1,18 @@
# Changelog
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.
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.
## [3.0.0](https://github.com/dessant/buster/compare/v2.0.1...v3.0.0) (2024-05-28)
### ⚠ BREAKING CHANGES
* browser versions older than Chrome 123, Edge 123,
Firefox 115 and Opera 109 are no longer supported
### Features
* upgrade to Manifest V3 in Chrome ([42149b3](https://github.com/dessant/buster/commit/42149b35b70b93483165b210a2fdc7c6f643bde0))
### [2.0.1](https://github.com/dessant/buster/compare/v2.0.0...v2.0.1) (2022-12-16)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "buster",
"version": "2.0.1",
"version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "buster",
"version": "2.0.1",
"version": "3.0.0",
"license": "GPL-3.0-only",
"dependencies": {
"@fontsource/roboto": "^5.0.13",

View File

@ -1,6 +1,6 @@
{
"name": "buster",
"version": "2.0.1",
"version": "3.0.0",
"author": "Armin Sebastian",
"license": "GPL-3.0-only",
"homepage": "https://github.com/dessant/buster",