chore: tag v1.23.0-pre1
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
ec2981bf6f
commit
2fc3765340
4 changed files with 6 additions and 4 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
1.22.0
|
1.23.0-pre1
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<!-- This changes the project to: -->
|
<!-- This changes the project to: -->
|
||||||
|
|
||||||
|
## v1.23.0: Lyse Hext
|
||||||
|
|
||||||
- Added `(data)/meta/default-config.yaml` for importing the entire default configuration at once.
|
- Added `(data)/meta/default-config.yaml` for importing the entire default configuration at once.
|
||||||
- Add `-custom-real-ip-header` flag to get the original request IP from a different header than `x-real-ip`.
|
- Add `-custom-real-ip-header` flag to get the original request IP from a different header than `x-real-ip`.
|
||||||
- Add `contentLength` variable to bot expressions.
|
- Add `contentLength` variable to bot expressions.
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@techaro/anubis",
|
"name": "@techaro/anubis",
|
||||||
"version": "1.22.0",
|
"version": "1.23.0-pre1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@techaro/anubis",
|
"name": "@techaro/anubis",
|
||||||
"version": "1.22.0",
|
"version": "1.23.0-pre1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-crypto/sha256-js": "^5.2.0",
|
"@aws-crypto/sha256-js": "^5.2.0",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@techaro/anubis",
|
"name": "@techaro/anubis",
|
||||||
"version": "1.22.0",
|
"version": "1.23.0-pre1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue