release 0.13.1

This commit is contained in:
henrygd
2025-10-05 20:09:49 -04:00
parent 898dbf73c8
commit b661d00159
4 changed files with 10 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import "github.com/blang/semver"
const (
// Version is the current version of the application.
Version = "0.13.0"
Version = "0.13.1"
// AppName is the name of the application.
AppName = "beszel"
)

View File

@@ -1,12 +1,12 @@
{
"name": "beszel",
"version": "0.13.0",
"version": "0.13.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "beszel",
"version": "0.13.0",
"version": "0.13.1",
"dependencies": {
"@henrygd/queue": "^1.0.7",
"@henrygd/semaphore": "^0.0.2",

View File

@@ -1,7 +1,7 @@
{
"name": "beszel",
"private": true,
"version": "0.13.0",
"version": "0.13.1",
"type": "module",
"scripts": {
"dev": "vite --host",

View File

@@ -1,3 +1,9 @@
## 0.13.1
- Fix one minute charts on systems without Docker. (#1237)
- Change system permalinks to use ID instead of name. (#1231)
## 0.13.0
- Add one minute chart with one second interval.