Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnt committed Jan 17, 2024
1 parent 3de919b commit 9c4420a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9c4420a

Please sign in to comment.