chore: release v1.22.0-pre1

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-08-24 02:38:54 +00:00
parent 61682e4987
commit f5afe8b6c8
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.21.3", "version": "1.22.0-pre1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.21.3", "version": "1.22.0-pre1",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@aws-crypto/sha256-js": "^5.2.0" "@aws-crypto/sha256-js": "^5.2.0"

View file

@ -1,6 +1,6 @@
{ {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.21.3", "version": "1.22.0-pre1",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -30,4 +30,4 @@
"dependencies": { "dependencies": {
"@aws-crypto/sha256-js": "^5.2.0" "@aws-crypto/sha256-js": "^5.2.0"
} }
} }