From ec733e93a5eca92b6b1b89392914be1de30e50f2 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 1 Jun 2025 17:17:24 -0400 Subject: [PATCH] v1.19.1 Signed-off-by: Xe Iaso --- VERSION | 2 +- docs/docs/CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 815d5ca..66e2ae6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0 +1.19.1 diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 9a70ba2..d022da2 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 Mostly a bunch of small features, no big ticket things this time. diff --git a/package-lock.json b/package-lock.json index 085603f..ef6ace4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@techaro/anubis", - "version": "1.19.0", + "version": "1.19.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@techaro/anubis", - "version": "1.19.0", + "version": "1.19.1", "license": "ISC", "devDependencies": { "cssnano": "^7.0.7", diff --git a/package.json b/package.json index c789b0a..41dcc7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techaro/anubis", - "version": "1.19.0", + "version": "1.19.1", "description": "", "main": "index.js", "scripts": {