From 6a37fa5d9542760cc125f8130aa2a1788c3df6ec Mon Sep 17 00:00:00 2001 From: Felix Brucker Date: Thu, 22 Feb 2024 12:16:00 +0700 Subject: [PATCH] Prepare release of v1.19.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8591bd..1791988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.19.1 / 2024-02-22 +================== + +* Use highly available api endpoint. +* Update dependencies. +* Switch to using pnpm instead of yarn. + 1.19.0 / 2023-09-23 ================== diff --git a/package.json b/package.json index 93892f3..dd13029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chia-dashboard-satellite", - "version": "1.19.0", + "version": "1.19.1", "repository": "https://github.com/felixbrucker/chia-dashboard-satellite.git", "bugs": "https://github.com/felixbrucker/chia-dashboard-satellite/issues", "license": "GPL-3.0",