chore: version bump for 2.2.1 [skip ci]

This commit is contained in:
Quentin “Storm1er” Decaunes 2020-08-23 02:31:15 +00:00
parent 40c842c2c5
commit 8f76d3428e
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--- next entry here --> <!--- next entry here -->
## 2.2.1
2020-08-23
### Fixes
- Support for Renoir APUs. (40c842c2c5e736f498b895a8fc7c12ca574d9a03)
## 2.2.0 ## 2.2.0
2020-03-29 2020-03-29

View File

@ -1,6 +1,6 @@
{ {
"name": "ryzen-controller", "name": "ryzen-controller",
"version": "2.2.0", "version": "2.2.1",
"description": "A minimal Electron application to use ryzenAdj through a friendly interface.", "description": "A minimal Electron application to use ryzenAdj through a friendly interface.",
"scripts": { "scripts": {
"all": "yarn clean && yarn dist-pack", "all": "yarn clean && yarn dist-pack",