🔖 Bymps to V 1.8.6 and updates changelog

This commit is contained in:
Alicia Sykes 2021-10-10 14:33:34 +01:00
parent fddb77dec9
commit 877cfdaee3
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## ⚡️ 1.8.6 - Implementation of VueX [PR: #271](https://github.com/Lissy93/dashy/pull/271)
- New state management pattern, which should lead to a more organized code base long term, and will also make building out the new UI editor significantly easier to do in a clean and reliable way
## 💄 1.8.5 - Lots of Requested UI Improvements [PR #261](https://github.com/Lissy93/dashy/pull/261)
- Adds an option for landing URL in workspace, Re: #255
- Switches to a new API for generative icons, Re: #163

View File

@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.8.5",
"version": "1.8.6",
"license": "MIT",
"main": "server",
"scripts": {
@ -93,4 +93,4 @@
"> 1%",
"last 2 versions"
]
}
}