Skip to content

Commit f8f9045

Browse files
committed
Update changelog, bump version and rebuild bundles for v1.4.1 release
1 parent 81a252d commit f8f9045

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.4.0] - 2024-04-15
8+
### Fixed
9+
- Issue #113: Fix incorrectly parsed debug setting.
10+
711
## [1.4.0] - 2024-04-15
812
### Added
913
- Support for auto-discovery of sites from docker.

jumpapp/.jump-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.0 (1713193815)
1+
v1.4.1 (1713299496)

jumpapp/assets/js/index.fc7bac2b7fbb7dcc270e.min.js jumpapp/assets/js/index.a4572c910e34c2e810b1.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<script defer src="{{{wwwurl}}}/assets/js/index.fc7bac2b7fbb7dcc270e.min.js"></script>
1+
<script defer src="{{{wwwurl}}}/assets/js/index.a4572c910e34c2e810b1.min.js"></script>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jump",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.",
55
"scripts": {
66
"dev": "webpack --mode=development --devtool=inline-source-map --watch",

0 commit comments

Comments
 (0)