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 29, 2023
1 parent 31c5e7c commit e184087
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e184087

Please sign in to comment.