Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Jun 14, 2020
1 parent ba65946 commit 37d7b71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## [0.5.0](https://github.com/spautz/limited-cache/compare/v0.4.1...v0.5.0) (2020-06-14)

### Features

- Typescript: Add generic typings for all cache types ([#22](https://github.com/spautz/limited-cache/issues/22)) ([55cf158](https://github.com/spautz/limited-cache/commit/55cf15894696069b9c57baf1e63873f1b6cdd878))

## [0.4.1](https://github.com/spautz/limited-cache/compare/v0.4.0...v0.4.1) (2020-06-13)

> Update devDependencies for security, update configs for dev tools
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "limited-cache",
"version": "0.4.1",
"version": "0.5.0",
"description": "A minimal JS cache: like using an object, except it won't grow forever",
"keywords": [
"cache",
Expand Down

0 comments on commit 37d7b71

Please sign in to comment.