From 9c4420ae0776d91285c4f0dd642013e41eb24dfd Mon Sep 17 00:00:00 2001 From: Thomas Bnt Date: Wed, 17 Jan 2024 17:56:15 +0100 Subject: [PATCH] v0.3.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12e5fac..86adc7c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ npm i @mrrobotdotapp/suppresscache ``` This file is used on [the bot](https://mrrobot.app) for no cache files from CDNs. -Discord uses CloudFlare for caching management which can be problematic when you change an image and display it on the platform. +Discord uses CloudFlare for caching management which can be problematic when you change an image and display it on the platform. Even after a change on your side, Discord can still keep the old version in its cache. > **Note** diff --git a/package.json b/package.json index 2c0a5d7..dc9d2f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mrrobotdotapp/suppresscache", - "version": "0.2.0", + "version": "0.3.0", "description": "Randomly generate a string to clear the cache of CloudFlare or other CDN.", "main": "src/index.js", "scripts": {