Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
released v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Nov 28, 2021
1 parent 5c9391b commit 95b8dd0
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,7 @@

Available Releases:

- [v2.6.0](#v260)
- [v2.5.0](#v250)
- [v2.4.2](#v242)
- [v2.4.1](#v241)
Expand All @@ -15,6 +16,12 @@ Available Releases:
- [v2.0.1](#v201)
- [v2.0.0](#v200)

## v2.6.0

- removed `glob` dependency ***(dev-only)***
- removed types from github ***(dev-only)***
- edited ignored files

## v2.5.0

- added `steal` and `stealMany` functions
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": "cachu",
"version": "2.5.0",
"version": "2.6.0",
"description": "Simple, Minimalistic KV Cache",
"main": "build/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 95b8dd0

Please sign in to comment.