From 2271b8adc60bb524fd031beb2880ae3bf6814c32 Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Thu, 17 Mar 2022 11:54:23 +0000 Subject: [PATCH] Update package version and changelog for v1.1.1 release --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fdf3f2..706012e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index da10060..ab47420 100644 --- a/package.json +++ b/package.json @@ -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",