v1.19.0-pre1

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-05-25 14:04:18 -04:00
parent 0a56194825
commit fa1f2355ea
No known key found for this signature in database
GPG Key ID: 56375DA2DF02ABFF
4 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
1.18.0
1.19.0-pre1

View File

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## v1.19.0: Jenomis cen Lexentale
- Record if challenges were issued via the API or via embedded JSON in the challenge page HTML ([#531](https://github.com/TecharoHQ/anubis/issues/531))
- Ensure that clients that are shown a challenge support storing cookies
- Encode challenge pages with gzip level 1

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@techaro/anubis",
"version": "1.18.0",
"version": "1.19.0-pre1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@techaro/anubis",
"version": "1.18.0",
"version": "1.19.0-pre1",
"license": "ISC",
"devDependencies": {
"cssnano": "^7.0.7",

View File

@ -1,6 +1,6 @@
{
"name": "@techaro/anubis",
"version": "1.18.0",
"version": "1.19.0-pre1",
"description": "",
"main": "index.js",
"scripts": {