From f72b64b2fddc9941328373bfa96855948d715b9c Mon Sep 17 00:00:00 2001 From: Jason Mulligan Date: Wed, 20 Sep 2023 23:22:42 -0400 Subject: [PATCH] Generating CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a11b0..7aff549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [11.1.1](https://github.com/avoidwork/tiny-lru/compare/11.1.0...11.1.1) + +- Fixing `set()`, fixes #37 & #75 such that the `expiry` property would roll forward if the cache is set to reset the ttl (cache-back centric) without impacting the original behavior [`#37`](https://github.com/avoidwork/tiny-lru/issues/37) + #### [11.1.0](https://github.com/avoidwork/tiny-lru/compare/11.0.1...11.1.0) +> 20 September 2023 + - Bump rollup from 3.29.1 to 3.29.2 [`#130`](https://github.com/avoidwork/tiny-lru/pull/130) - Bump eslint from 8.48.0 to 8.49.0 [`#129`](https://github.com/avoidwork/tiny-lru/pull/129) - Bump rollup from 3.29.0 to 3.29.1 [`#128`](https://github.com/avoidwork/tiny-lru/pull/128) @@ -51,7 +57,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump rollup from 3.20.6 to 3.20.7 [`#85`](https://github.com/avoidwork/tiny-lru/pull/85) - Adding tests for `keys()` and `clear()` as per https://github.com/fastify/fastify/pull/4668#issuecomment-1501165054 :rocket: [`6371a50`](https://github.com/avoidwork/tiny-lru/commit/6371a5063c519c49abf02bd8491d0662b47d5f71) - Moving `has()` into the class and into the README.md (want interop with common primitives), adding `entries()` & `values()`, & adding tests [`535ff96`](https://github.com/avoidwork/tiny-lru/commit/535ff968cfeb4a13285a6c49df8bff223e716ed7) -- Forgot the docblocks, oops [`682f438`](https://github.com/avoidwork/tiny-lru/commit/682f438a69493147fc966fec4bab0150ca983950) +- Generated CHANGELOG.md [`ac40e9c`](https://github.com/avoidwork/tiny-lru/commit/ac40e9c2f8086a3c9214342f615658d9abb60ccc) #### [11.0.1](https://github.com/avoidwork/tiny-lru/compare/11.0.0...11.0.1)