chore: release v1.20.0

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-06-27 12:06:22 -04:00
parent a1b7d2ccda
commit c2423d0688
No known key found for this signature in database
GPG Key ID: 56375DA2DF02ABFF
4 changed files with 6 additions and 7 deletions

View File

@ -1 +1 @@
1.20.0-pre2
1.20.0

View File

@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Fix OpenGraph passthrough ([#717](https://github.com/TecharoHQ/anubis/issues/717))
## v1.20.0: Thancred Waters
The big ticket items are as follows:
@ -38,6 +36,7 @@ A lot of performance improvements have been made:
And some cleanups/refactors were added:
- Fix OpenGraph passthrough ([#717](https://github.com/TecharoHQ/anubis/issues/717))
- Remove the unused `/test-error` endpoint and update the testing endpoint `/make-challenge` to only be enabled in
development
- Add `--xff-strip-private` flag/envvar to toggle skipping X-Forwarded-For private addresses or not

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@techaro/anubis",
"version": "1.20.0-pre2",
"version": "1.20.0",
"description": "",
"main": "index.js",
"scripts": {
@ -27,4 +27,4 @@
"postcss-import-url": "^7.2.0",
"postcss-url": "^10.1.3"
}
}
}