Skip to content

Commit 6488414

Browse files
committed
Version bump
1 parent 938c79d commit 6488414

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/tiny-lru.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2026 Jason Mulligan <jason.mulligan@avoidwork.com>
55
* @license BSD-3-Clause
6-
* @version 12.0.0
6+
* @version 13.0.0
77
*/
88
'use strict';
99

dist/tiny-lru.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2026 Jason Mulligan <jason.mulligan@avoidwork.com>
55
* @license BSD-3-Clause
6-
* @version 12.0.0
6+
* @version 13.0.0
77
*/
88
/**
99
* A high-performance Least Recently Used (LRU) cache implementation with optional TTL support.

dist/tiny-lru.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiny-lru",
3-
"version": "12.0.0",
3+
"version": "13.0.0",
44
"description": "A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.",
55
"keywords": [
66
"LRU",

0 commit comments

Comments
 (0)