diff --git a/CHANGELOG.md b/CHANGELOG.md index 56368aa..6f5e41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.0.0](https://github.com/avoidwork/tiny-lru/compare/9.0.3...10.0.0) + +- Changing `has()` to be private as `#has()`, updating eslint rules [`#57`](https://github.com/avoidwork/tiny-lru/pull/57) +- Updating CHANGELOG.md [`d854d0e`](https://github.com/avoidwork/tiny-lru/commit/d854d0eed832c0a38511871af042aa661e214c6c) + #### [9.0.3](https://github.com/avoidwork/tiny-lru/compare/9.0.2...9.0.3) +> 5 October 2022 + - Removing `browser` from `package.json` to address a webpack interop issue with the `dist` outputs, adding `test-webpack` npm script, updating `.gitignore` [`58c5d63`](https://github.com/avoidwork/tiny-lru/commit/58c5d6341bf0a269b622c8ef4ab65fdb4047f278) #### [9.0.2](https://github.com/avoidwork/tiny-lru/compare/9.0.1...9.0.2)