Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/CDN_CONSUMPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ third-party warnings.

```html
<link rel="stylesheet"
href="https://cdn.nikkers.cc/corrupted-theme/@0.2.0/dist/theme.min.css">
href="https://cdn.nikkers.cc/corrupted-theme/@0.2.1/dist/theme.min.css">
<script type="module"
src="https://cdn.nikkers.cc/corrupted-theme/@0.2.0/dist/corrupted-text.min.js"></script>
src="https://cdn.nikkers.cc/corrupted-theme/@0.2.1/dist/corrupted-text.min.js"></script>
```

**Pro:** Breaking changes never auto-propagate. **Con:** Manual version
Expand All @@ -52,7 +52,7 @@ For production hardening, add SRI hashes:

```html
<script type="module"
src="https://cdn.nikkers.cc/corrupted-theme/@0.2.0/dist/corrupted-text.min.js"
src="https://cdn.nikkers.cc/corrupted-theme/@0.2.1/dist/corrupted-text.min.js"
integrity="sha384-<paste-hash-here>"
crossorigin="anonymous"></script>
```
Expand Down
1 change: 1 addition & 0 deletions docs/governance/VERSION_REFERENCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
| 14 | `docs/governance/VERSION_REFERENCES.md` *(this file)* | line 5 | `**Current Version**: X.Y.Z` |
| 15 | `docs/governance/VERSION_MANAGEMENT.md` | lines 107, 444 | `Current Celeste version: X.Y.Z` |
| 16 | `docs/platforms/NPM_PACKAGE.md` | lines 34, 83, 667, 675–676 (table), 695, 853 | CDN link, install example, semver example, version table (add new row at top), footer |
| 17 | `docs/CDN_CONSUMPTION.md` | search for `@X.Y.Z/dist/` | Pinned-version install examples (3 occurrences as of 0.2.1) |

---

Expand Down
Loading