Skip to content

Commit

Permalink
Update changelog and package.json version number for 1.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daledavies committed Mar 23, 2022
1 parent 05b7969 commit 7f5358e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7f5358e

Please sign in to comment.