Update package version and changelog for v1.1.1 release

This commit is contained in:
Dale Davies
2022-03-17 11:54:23 +00:00
parent c1fbefd7ff
commit 2271b8adc6
2 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,11 @@ 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
### Fixed
- Metrictemp option was not passed to page template.
- Corrected some typos in readme and comments.
## [1.1.0] - 2022-03-16
### Added
- Sites can be categorised using tags in sites.json.

View File

@@ -1,6 +1,6 @@
{
"name": "jump",
"version": "1.1.0",
"version": "1.1.1",
"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",