Skip to content

Commit c884901

Browse files
author
khanh2906
committed
update latest
1 parent 5413a8a commit c884901

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| 1.2.8 | :white_check_mark: |
1313
| 1.2.9 | :white_check_mark: |
1414
| 1.3.0 | :white_check_mark: |
15-
| 1.6.2 | :white_check_mark: |
15+
| 1.6.3 | :white_check_mark: |
1616

1717

1818
## Reporting a Vulnerability

lib/cjs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @module CacheFile
44
* @author Kent Phung
55
* @email daikhanh9260@gmail.com
6-
* @version 1.5.1
6+
* @version 1.6.3
77
* @license MIT
88
* @link https://github.com/knfs-library/bamimi-cache
99
*/

lib/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Kent Phung
33
* @email daikhanh9260@gmail.com
4-
* @version 1.5.1
4+
* @version 1.6.3
55
* @license MIT
66
* @link https://github.com/knfs-library/bamimi-cache
77
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knfs-tech/bamimi-cache",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "A simple file-based cache system with optional compression and expiration handling. Uses metadata to track cache entries and supports keyword search functionality.",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",

0 commit comments

Comments
 (0)