Skip to content

Commit 4187889

Browse files
committed
Bump version to 2.1.1
1 parent 0dbb350 commit 4187889

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### Unreleased
1+
#### v2.1.1 (2025-08-06)
22

33
- Bug Fix: Fix TypeScript type resolution when importing with `node16` module resolution from a CommonJS project. Thanks to @joshkel for the fix!
44

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": "memize",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Unabashedly-barebones memoization library with an aim toward speed",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)