mirror of
https://github.com/daledavies/jump.git
synced 2025-11-04 20:35:48 +01:00
Update changelog and package.json version number for 1.1.3 release
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user