Skip to content

Commit

Permalink
🐛 Bump cache version to refresh incorrect simplified types
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Jul 8, 2024
1 parent 462866c commit 5e86994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/service/CacheService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { Project } from './Project.js'
* The format version of the cache. Should be increased when any changes that
* could invalidate the cache are introduced to the Spyglass codebase.
*/
export const LatestCacheVersion = 4
export const LatestCacheVersion = 5

/**
* Checksums of cached files or roots.
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v4.1.1 (2024-07-08)
# v4.1.2 (2024-07-08)

### 🐛 Bug Fixes
- [`0e920e8`](https://github.com/SpyglassMC/Spyglass/commit/0e920e830cdc3d00c873897aa2a20fcea7d6fb56) Fixed issue where NBT and JSON validation incorrectly used cached types ([#1495](https://github.com/SpyglassMC/Spyglass/pull/1495))
Expand Down

0 comments on commit 5e86994

Please sign in to comment.