chore(release): 2.0.0

main v2.0.0
dessant 1 year ago
parent cd84690f36
commit a31d8665fc

@ -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.
## [2.0.0](https://github.com/dessant/buster/compare/v1.3.2...v2.0.0) (2022-12-15)
### ⚠ BREAKING CHANGES
* the options for speech recognition services have changed,
the configuration of certain services may be needed
* browser versions older than Chrome 92, Edge 92,
Firefox 91, and Opera 78 are no longer supported
### Features
* migrate to Vuetify ([c921f65](https://github.com/dessant/buster/commit/c921f6509e515158491b4878ab5a4bb075b1a048))
### Bug Fixes
* update speech recognition services ([cd84690](https://github.com/dessant/buster/commit/cd84690f362773d4123e838299e07825a67812b4))
### [1.3.2](https://github.com/dessant/buster/compare/v1.3.1...v1.3.2) (2022-09-01)

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "buster",
"version": "1.3.2",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "buster",
"version": "1.3.2",
"version": "2.0.0",
"license": "GPL-3.0-only",
"dependencies": {
"@fontsource/roboto": "^4.5.8",

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

Loading…
Cancel
Save