Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel authored Sep 20, 2024
1 parent 8410134 commit 700ac33
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.1](https://github.com/wellwelwel/lru.min/compare/v1.1.0...v1.1.1) (2024-09-20)


### Bug Fixes

* improve browser compatibility ([#44](https://github.com/wellwelwel/lru.min/issues/44)) ([a952976](https://github.com/wellwelwel/lru.min/commit/a95297672adbc5dfd4fe1c9d4193229bebb801a8))


### Performance Improvements

* improve `clear` efficiency ([#42](https://github.com/wellwelwel/lru.min/issues/42)) ([e087a57](https://github.com/wellwelwel/lru.min/commit/e087a57a14a8b8903f3a047ee892ddbce11d9b99))

## [1.1.0](https://github.com/wellwelwel/lru.min/compare/v1.0.0...v1.1.0) (2024-08-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lru.min",
"version": "1.1.0",
"version": "1.1.1",
"description": "🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers) — 6.8KB.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down

0 comments on commit 700ac33

Please sign in to comment.