chore: version bump for 2.2.0 [skip ci]

This commit is contained in:
Quentin “Storm1er” Decaunes 2020-03-29 02:31:33 +00:00
parent c54ed5aedf
commit 6581c13641
2 changed files with 14 additions and 1 deletions

View File

@ -2,6 +2,19 @@
<!--- next entry here --> <!--- next entry here -->
## 2.2.0
2020-03-29
### Features
- Added Russian Translation. (f78e3c52b850ee8eb99e475db0a94d22457be93d)
- added Ukrainian lng, declared configs (f8134daae37204bec238919fab0e34470616859c)
- Interface re-styling by @danielderbenev. (c54ed5aedf531cc5b1ba2546147c42a03f134e4e)
### Fixes
- The app was unable to load the settings in some case. (6b600ccc382ee593638ffd6365e9a3bf406de479)
## 2.1.2 ## 2.1.2
2020-03-21 2020-03-21

View File

@ -1,6 +1,6 @@
{ {
"name": "ryzen-controller", "name": "ryzen-controller",
"version": "2.1.2", "version": "2.2.0",
"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",