🔖 Bumps to V 1.8.2 and updates changelog
This commit is contained in:
parent
5231bfde3b
commit
5a5d4e3e55
2 changed files with 5 additions and 1 deletions
4
.github/CHANGELOG.md
vendored
4
.github/CHANGELOG.md
vendored
|
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ✨ 1.8.2 - Serverless Functions for Netlify Instances [PR #235](https://github.com/Lissy93/dashy/pull/235)
|
||||||
|
- Previously when Dashy was deployed as a static site to Netlify, it was not possible to use several features, which required server-side code
|
||||||
|
- This PR adds serverless cloud functions to provide most of this functionality
|
||||||
|
|
||||||
## 🩹 1.8.1 - Additional Languages, Bug Fix, and more [PR #234](https://github.com/Lissy93/dashy/pull/234)
|
## 🩹 1.8.1 - Additional Languages, Bug Fix, and more [PR #234](https://github.com/Lissy93/dashy/pull/234)
|
||||||
- Merges 5 additional languages
|
- Merges 5 additional languages
|
||||||
- Adds RickyCZ's dashboard to showcase
|
- Adds RickyCZ's dashboard to showcase
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Dashy",
|
"name": "Dashy",
|
||||||
"version": "1.8.1",
|
"version": "1.8.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "server",
|
"main": "server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue