Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Oct 25, 2020
1 parent f6182ee commit c7348ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

### [1.0.1](https://github.com/spautz/limited-cache/compare/v1.0.0...v1.0.1) (2020-10-25)

- Minor updates to build system and devDependencies

## [1.0.0](https://github.com/spautz/limited-cache/compare/v0.5.1...v1.0.0) (2020-08-10)

Version 1.0 redesigns the internal cacheMeta structure. This should scale better, and make it possible to build future
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "limited-cache",
"version": "1.0.0",
"version": "1.0.1",
"description": "A minimal JS cache: like using an object, except it won't grow forever",
"keywords": [
"limited cache",
"cache",
"circular buffer",
"max size",
"max time",
"rotating cache",
"offline cache",
"local storage",
Expand Down

0 comments on commit c7348ed

Please sign in to comment.