Skip to content

Commit

Permalink
Document how to purge cache
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Oct 29, 2024
1 parent a555c75 commit bd0b372
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ yarn install
yarn run [build|start|lint]
```

## Releasing

Releasing is totally automated. Just update the version in `package.json` and push a new tag to the repository.

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).

```
https://cdn.jsdelivr.net/npm/egraph-visualizer@2/dist/style.css
https://cdn.jsdelivr.net/npm/egraph-visualizer@2/+esm
```

## Contributing

This package is open to external contributors. Feel free to open a pull request or an issue for bugs or desired features.
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": "egraph-visualizer",
"version": "2.1.0",
"version": "2.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/egraphs-good/egraph-visualizer.git"
Expand Down

0 comments on commit bd0b372

Please sign in to comment.