From 486b013308f99ac3d1bd2d7e81dbe7a68da2b15c Mon Sep 17 00:00:00 2001 From: Felix Brucker Date: Fri, 24 Feb 2023 19:14:03 +0100 Subject: [PATCH] Prepare release of v1.14.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0678fac..c533066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.14.0 / 2023-02-24 +================== + +* Add support for fallback dashboard core urls through `chiaDashboardCoreUrlKeyPairs` config field. Users of the foxy dashboard have this auto enabled without needing to change anything. +* Bump the docker image and binaries to use node v18. +* Update dependencies. + 1.13.2 / 2023-02-16 ================== diff --git a/package.json b/package.json index 3bb0473..551ea8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chia-dashboard-satellite", - "version": "1.13.2", + "version": "1.14.0", "repository": "https://github.com/felixbrucker/chia-dashboard-satellite.git", "bugs": "https://github.com/felixbrucker/chia-dashboard-satellite/issues", "license": "GPL-3.0",