diff --git a/README.md b/README.md index 37cfce1..c7bc3cb 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,9 @@ bot.login("super_secret_token") # Changelog +## v1.2.12 +- Optimized src/index.js (thanks to https://github.com/Pyrojs) + ## v1.2.9 - Added Podium() - Added Ad() diff --git a/package.json b/package.json index b61cb74..6036cb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-image-generation", - "version": "1.2.11", + "version": "1.2.12", "description": "discord-image-generation is a powerfull module that allow you to generate awesome images.", "main": "src/index.js", "scripts": {