diff --git a/CHANGELOG.md b/CHANGELOG.md index 6122ac9..046e044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ 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.2.0](https://github.com/avoidwork/tiny-lru/compare/11.1.2...11.2.0) + +- Bump rollup from 3.29.3 to 3.29.4 [`#133`](https://github.com/avoidwork/tiny-lru/pull/133) +- Bump rollup from 3.29.2 to 3.29.3 [`#132`](https://github.com/avoidwork/tiny-lru/pull/132) +- Bump eslint from 8.49.0 to 8.50.0 [`#131`](https://github.com/avoidwork/tiny-lru/pull/131) +- Copilot generated tests [`1c39644`](https://github.com/avoidwork/tiny-lru/commit/1c3964401f46ec8c4a28d9588ee48cafa330dc76) +- Exporting `LRU` class for extending, updating the interface for typescript, version bump to release [`31c5e7c`](https://github.com/avoidwork/tiny-lru/commit/31c5e7c001a432975a0e61b2f491ec1b26a472af) +- Adding a `precommit` hook via `husky` to run `npm test` [`d4e7728`](https://github.com/avoidwork/tiny-lru/commit/d4e772894c791fbd0ceb7d651a9688ed5b429e59) + #### [11.1.2](https://github.com/avoidwork/tiny-lru/compare/11.1.1...11.1.2) +> 21 September 2023 + - Implementing `nyc` for code coverage & adding tests to get 100% [`eb7d2c8`](https://github.com/avoidwork/tiny-lru/commit/eb7d2c84a36ae76b4c9cffc5e4883183b977d0dd) - Adding more tests [`c94f446`](https://github.com/avoidwork/tiny-lru/commit/c94f44684325c362a760991af81ae9135a5c5e8e) - Adding more timeouts [`7a3bf0c`](https://github.com/avoidwork/tiny-lru/commit/7a3bf0c9921b98fe79eed29fd88c48f8b3c42a28)