From 37d7b7120392ab74b0746001fe7dfbec9044b1fa Mon Sep 17 00:00:00 2001 From: Steven Pautz Date: Sun, 14 Jun 2020 15:55:03 -0400 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5e80f..b4dd7b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 1317d36..0ed0295 100644 --- a/package.json +++ b/package.json @@ -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",