mirror of
https://github.com/dessant/buster.git
synced 2024-11-18 03:25:42 +00:00
chore(release): 3.0.0
This commit is contained in:
parent
42149b35b7
commit
c82bcceb0e
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,6 +1,18 @@
|
|||||||
# Changelog
|
# 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)
|
### [2.0.1](https://github.com/dessant/buster/compare/v2.0.0...v2.0.1) (2022-12-16)
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "buster",
|
"name": "buster",
|
||||||
"version": "2.0.1",
|
"version": "3.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "buster",
|
"name": "buster",
|
||||||
"version": "2.0.1",
|
"version": "3.0.0",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/roboto": "^5.0.13",
|
"@fontsource/roboto": "^5.0.13",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "buster",
|
"name": "buster",
|
||||||
"version": "2.0.1",
|
"version": "3.0.0",
|
||||||
"author": "Armin Sebastian",
|
"author": "Armin Sebastian",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"homepage": "https://github.com/dessant/buster",
|
"homepage": "https://github.com/dessant/buster",
|
||||||
|
Loading…
Reference in New Issue
Block a user