chore: version bump for 2.5.4 [skip ci]

This commit is contained in:
Quentin “Storm1er” Decaunes 2021-10-25 08:10:51 +00:00
parent 8afdfac3f2
commit 68df21ccdc
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
<!--- next entry here --> <!--- next entry here -->
## 2.5.4
2021-10-25
### Fixes
- #180 Change autostart method to VBS script. (8afdfac3f22826d8204c8d7d806af2d393293938)
## 2.5.3 ## 2.5.3
2021-09-19 2021-09-19

View File

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