Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-06-01 17:17:24 -04:00
parent 51c384eefd
commit ec733e93a5
No known key found for this signature in database
GPG Key ID: 56375DA2DF02ABFF
4 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
1.19.0 1.19.1

View File

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## v1.19.1: Jenomis cen Lexentale - Echo 1
Return `data/bots/ai-robots-txt.yaml` to avoid breaking configs [#599](https://github.com/TecharoHQ/anubis/issues/599)
## v1.19.0: Jenomis cen Lexentale ## v1.19.0: Jenomis cen Lexentale
Mostly a bunch of small features, no big ticket things this time. Mostly a bunch of small features, no big ticket things this time.

4
package-lock.json generated
View File

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

View File

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