mirror of
https://github.com/daledavies/jump.git
synced 2026-01-11 01:42:09 +01:00
Update package version and changelog for v1.1.1 release
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user