diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ddc5a..d9a858b 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. +## [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) diff --git a/package-lock.json b/package-lock.json index de2b3d5..9065ffd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 0cacc74..af94f8c 100755 --- a/package.json +++ b/package.json @@ -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",