diff --git a/docs/changelogs/1.26.1.md b/docs/changelogs/1.26.1.md new file mode 100644 index 000000000..1a0554bc5 --- /dev/null +++ b/docs/changelogs/1.26.1.md @@ -0,0 +1,9 @@ +# BlitzKit 1.26.1 + +The auctions are here! + +## Features + +- Added the `/auction` command + - No need to login or go to the official website, just use `/auction` + - Everything built into Discord, one step at a time! diff --git a/package.json b/package.json index b52ca9d99..245a2a4d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "blitzkit", "private": true, - "version": "1.26.0", + "version": "1.26.1", "description": "🎉 Tools for everything World of Tanks Blitz", "type": "module", "types": "./types.d.ts",