Skip to content

Commit

Permalink
Generating CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Mar 13, 2023
1 parent 5dce4bf commit 8e02c09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ 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).

#### [10.1.1](https://github.com/avoidwork/tiny-lru/compare/10.1.0...10.1.1)

- Fixing regression from 10.1.0 [`#65`](https://github.com/avoidwork/tiny-lru/pull/65)
- Returning the reassignment of `item.expiry` to the correct spot in `set()` & returning test with updated syntax, og code at f4f372b6627e8901c70de6d5975fa7448e03fbc7 [`8b9a1bc`](https://github.com/avoidwork/tiny-lru/commit/8b9a1bc6a5a0a9d4f104b5809b5a32951bb954da)
- Version bump to release [`5dce4bf`](https://github.com/avoidwork/tiny-lru/commit/5dce4bfa791ad46d6d9f93cf206910f1a06241e8)
- The repo used for this script is now 404 [`4cc3da6`](https://github.com/avoidwork/tiny-lru/commit/4cc3da61d5244fbc96c89187c8210f92aef9219f)

#### [10.1.0](https://github.com/avoidwork/tiny-lru/compare/10.0.1...10.1.0)

> 13 March 2023
- Add documentation for optional params [`#62`](https://github.com/avoidwork/tiny-lru/pull/62)
- feat: add option to reset ttl on consecutive cache fill [`#59`](https://github.com/avoidwork/tiny-lru/pull/59)
- Implement getExpirationTime operation [`#61`](https://github.com/avoidwork/tiny-lru/pull/61)
Expand Down

0 comments on commit 8e02c09

Please sign in to comment.