+1
-2
docs/docs/CHANGELOG.md
+1
-2
docs/docs/CHANGELOG.md
···
11
11
12
12
## [Unreleased]
13
13
14
-
- Fix OpenGraph passthrough ([#717](https://github.com/TecharoHQ/anubis/issues/717))
15
-
16
14
## v1.20.0: Thancred Waters
17
15
18
16
The big ticket items are as follows:
···
38
36
39
37
And some cleanups/refactors were added:
40
38
39
+
- Fix OpenGraph passthrough ([#717](https://github.com/TecharoHQ/anubis/issues/717))
41
40
- Remove the unused `/test-error` endpoint and update the testing endpoint `/make-challenge` to only be enabled in
42
41
development
43
42
- Add `--xff-strip-private` flag/envvar to toggle skipping X-Forwarded-For private addresses or not
+2
-2
package-lock.json
+2
-2
package-lock.json
···
1
1
{
2
2
"name": "@techaro/anubis",
3
-
"version": "1.20.0-pre2",
3
+
"version": "1.20.0",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
8
"name": "@techaro/anubis",
9
-
"version": "1.20.0-pre2",
9
+
"version": "1.20.0",
10
10
"license": "ISC",
11
11
"devDependencies": {
12
12
"cssnano": "^7.0.7",