Update changelog, bump version and rebuild bundles for v1.4.1 release

This commit is contained in:
Dale Davies
2024-04-16 21:33:14 +01:00
parent 81a252d77f
commit f8f90453ee
5 changed files with 8 additions and 4 deletions

View File

@@ -4,6 +4,10 @@ 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.4.0] - 2024-04-15
### Fixed
- Issue #113: Fix incorrectly parsed debug setting.
## [1.4.0] - 2024-04-15
### Added
- Support for auto-discovery of sites from docker.

View File

@@ -1 +1 @@
v1.4.0 (1713193815)
v1.4.1 (1713299496)

View File

@@ -1 +1 @@
<script defer src="{{{wwwurl}}}/assets/js/index.fc7bac2b7fbb7dcc270e.min.js"></script>
<script defer src="{{{wwwurl}}}/assets/js/index.a4572c910e34c2e810b1.min.js"></script>

View File

@@ -1,6 +1,6 @@
{
"name": "jump",
"version": "1.4.0",
"version": "1.4.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",