Update changelog and package.json version number for 1.1.3 release

This commit is contained in:
Dale Davies
2022-03-23 16:30:11 +00:00
parent 05b7969c15
commit 7f5358e85f
2 changed files with 8 additions and 1 deletions

View File

@@ -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.

View File

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