From 7f5358e85f686af27b7b0ecd1a56f7744e11bafb Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Wed, 23 Mar 2022 16:30:11 +0000 Subject: [PATCH] Update changelog and package.json version number for 1.1.3 release --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 397e360..ce53952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.3] - 2022-03-23 +### Added +- Issue #20: Added option within sites.json to open links in a new tab. + +### Fixed +- Typo in readme, corrected "OWPAPIKEY" to "OWMAPIKEY" in Open Weather Map section. + ## [1.1.2] - 2022-03-17 ### Added - Show alternative 12 hour clock format using the "ampmclock" option. diff --git a/package.json b/package.json index d61cd5c..78a6b51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jump", - "version": "1.1.2", + "version": "1.1.3", "description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.", "scripts": { "dev": "webpack --mode=development --devtool=inline-source-map --watch",