Skip to content

Commit

Permalink
Update changelong and package version for v1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daledavies committed Mar 18, 2022
1 parent 28d5b44 commit 8f926e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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.1] - 2022-03-17
## [1.1.2] - 2022-03-17
### Added
- Show alternative 12 hour clock format using "ampmclock" option.
- Show alternative 12 hour clock format using the "ampmclock" option.

### Fixed
- Fix issue #15: Properly encode and escape URLs with query params.
- Fix issue #16. UTC timezone shift was being multiplied by 1000 every 10 seconds.

## [1.1.1] - 2022-03-17
### Fixed
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.1",
"version": "1.1.2",
"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 8f926e2

Please sign in to comment.