Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Dec 23, 2024
1 parent b4985c9 commit b7603b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.1.3](https://github.com/wopjs/weak-cache/compare/v0.1.2...v0.1.3) (2024-12-23)


### Features

* add ensure ([b4985c9](https://github.com/wopjs/weak-cache/commit/b4985c9985c7e0bb48a50831e4948e445125257e))

## [0.1.2](https://github.com/wopjs/weak-cache/compare/v0.1.1...v0.1.2) (2024-12-23)

## 0.1.1 (2024-12-23)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wopjs/weak-cache",
"version": "0.1.2",
"version": "0.1.3",
"description": "WeakCache is like WeakMap but extends support to primitive keys, and with both object keys and object values being weakly referenced.",
"repository": "wopjs/weak-cache",
"main": "./dist/index.js",
Expand Down

0 comments on commit b7603b7

Please sign in to comment.