Compare commits

...

3 Commits

Author SHA1 Message Date
Xe Iaso 333cbf3443 chore: disable automated stable package builds for now
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-12 16:51:17 -04:00
Xe Iaso 58be739f9a chore: release v1.21.0-pre2 2025-07-12 16:50:02 -04:00
Xe Iaso 29622e605d chore(docs): add link to status page in the footer (#814)
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-12 13:32:24 -04:00
6 changed files with 68 additions and 63 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
name: Package builds (stable)
on:
release:
types: [published]
workflow_dispatch:
# release:
# types: [published]
permissions:
contents: write
+1 -1
View File
@@ -1 +1 @@
1.21.0-pre1
1.21.0-pre2
+1 -1
View File
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> Please, be at ease. You are among friends here.
In this release, Anubis becomes internationalized, gains the ability to use system load as input to issuing challenges,
In this release, Anubis becomes internationalized, gains the ability to use system load as input to issuing challenges, finally fixes the "invalid response" after "success" bug, and more! Please read these notes before upgrading as the changes are big enough that administrators should take action to ensure that the upgrade goes smoothly.
### Big ticket changes
+4
View File
@@ -139,6 +139,10 @@ const config: Config = {
label: 'GitHub',
href: 'https://github.com/TecharoHQ/anubis',
},
{
label: 'Status',
href: 'https://techarohq.github.io/status/'
},
],
},
],
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@techaro/anubis",
"version": "1.21.0-pre1",
"version": "1.21.0-pre2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@techaro/anubis",
"version": "1.21.0-pre1",
"version": "1.21.0-pre2",
"license": "ISC",
"devDependencies": {
"cssnano": "^7.0.7",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@techaro/anubis",
"version": "1.21.0-pre1",
"version": "1.21.0-pre2",
"description": "",
"main": "index.js",
"scripts": {