diff --git a/CHANGELOG.md b/CHANGELOG.md index ae06284..afdcdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.2.0] - 2024-10-08 + +### 🚀 Features + +- *(/member whois)* Basic command logic + +### ⚙️ Miscellaneous Tasks + +- Require -> import + ## [1.1.0] - 2024-10-08 ### 🚀 Features diff --git a/package.json b/package.json index f217fa8..4a0bf16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neet", - "version": "1.1.1", + "version": "1.2.0", "description": "Neet, a utility based moderation bot.", "main": "dist/src/bot.js", "scripts": {