From 1f5c3263f822f4ec723a2ad316d3aa86554db78e Mon Sep 17 00:00:00 2001 From: Nick Thesing Date: Fri, 5 Jan 2024 19:58:47 +0100 Subject: [PATCH] release(core): version 1.0.3 --- CHANGELOG.md | 11 +++++++++++ src/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e046e..31a4dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning. +[1.0.3] - 2024-01-05 + +Fixes + +- Update NPM Packages +- Upgrade to Node 18.19 + +#26 - Fixed +#25 - Fixed + + [1.0.2] - 2022-04-04 Fixes diff --git a/src/package.json b/src/package.json index 521b178..4ddb701 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "senses-smart-mirror", "description": "Senses - Smart Mirror, modern, clean & minimalistic designed software for your Smart Mirror. Senses is open source and rich of widgets ready to provide you an amazing view of day-to-day data.", - "version": "1.0.2", + "version": "1.0.3", "author": "Nick Thesing", "publishConfig": { "access": "public",