From 5700512da5d01f89e9a96ce2b61d90eb99caf080 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 24 Jul 2025 10:46:57 -0400 Subject: [PATCH] chore: release v1.21.2 Signed-off-by: Xe Iaso --- VERSION | 2 +- docs/docs/CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 2844977..0369d0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.21.1 +1.21.2 diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 5ea384d..115159d 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v1.21.2: Minfilia Warde - Echo 2 + ### Fixes #### Fixes a problem with nonstandard URLs and redirects diff --git a/package-lock.json b/package-lock.json index 49d2666..cf22169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@techaro/anubis", - "version": "1.21.1", + "version": "1.21.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@techaro/anubis", - "version": "1.21.1", + "version": "1.21.2", "license": "ISC", "devDependencies": { "cssnano": "^7.1.0", diff --git a/package.json b/package.json index 6518f4d..7ecc849 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techaro/anubis", - "version": "1.21.1", + "version": "1.21.2", "description": "", "main": "index.js", "scripts": {