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",