Skip to content

Commit bd0b372

Browse files
Document how to purge cache
1 parent a555c75 commit bd0b372

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@ yarn install
7777
yarn run [build|start|lint]
7878
```
7979

80+
## Releasing
81+
82+
Releasing is totally automated. Just update the version in `package.json` and push a new tag to the repository.
83+
84+
You can purge the cache for jsDelivr so that egglog will pull in the new version, by entering these two URLs [here](https://www.jsdelivr.com/tools/purge).
85+
86+
```
87+
https://cdn.jsdelivr.net/npm/egraph-visualizer@2/dist/style.css
88+
https://cdn.jsdelivr.net/npm/egraph-visualizer@2/+esm
89+
```
90+
8091
## Contributing
8192

8293
This package is open to external contributors. Feel free to open a pull request or an issue for bugs or desired features.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egraph-visualizer",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/egraphs-good/egraph-visualizer.git"

0 commit comments

Comments
 (0)