We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc82d0e commit b45ff84Copy full SHA for b45ff84
2 files changed
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+
2
+## ...main
3
4
5
+### 🏡 Chore
6
7
+- Initial commit ([a294b92](https://github.com/stacksjs/ts-cache/commit/a294b92))
8
+- Wip ([faac546](https://github.com/stacksjs/ts-cache/commit/faac546))
9
+- Lint ([dc82d0e](https://github.com/stacksjs/ts-cache/commit/dc82d0e))
10
11
+### ❤️ Contributors
12
13
+- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
14
package.json
@@ -1,7 +1,7 @@
{
"name": "ts-cache",
"type": "module",
- "version": "0.0.0",
+ "version": "0.1.0",
"description": "Simple and fast TypeScript in-memory caching. Modern TypeScript port of node-cache.",
"author": "Chris Breuer <chris@stacksjs.org>",
"license": "MIT",
0 commit comments