Skip to content

Commit

Permalink
Generating CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Sep 21, 2023
1 parent b7b2f83 commit f72b64b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit f72b64b

Please sign in to comment.