From 2925525fe4d15fcde7d0bc4c278690ef6720b88c Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 1 Jan 2022 00:59:42 +0000 Subject: [PATCH] :bookmark: Bumps to 1.9.6 and updates changelog --- .github/CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 2cde2041..92a452b5 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## ⚡️ 1.9.6 - Adds Proxy Support for Widget Requests [PR #392](https://github.com/Lissy93/dashy/pull/392) +- Refactors widget mixin to include data requests, so that code can be shared between widgets +- Adds a Node endpoint for proxying requests server-side, used for APIs that are not CORS enabled +- Adds option to config file for user to force proxying of requests +- Writes a Netlify cloud function to support proxying when the app is hosted on Netlify + ## 🐛 1.9.5 - Bug fixes and Minor Improvements [PR #388](https://github.com/Lissy93/dashy/pull/388) - Adds icon.horse to supported favicon APIs - Fixes tile move bug, Re: #366 diff --git a/package.json b/package.json index ca3a3a6b..0a26e47c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.9.5", + "version": "1.9.6", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",