Skip to content

Commit

Permalink
chore(release): @remix-pwa/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
# @remix-pwa/cache 1.3.0 (2023-09-02)

### Bug Fixes

* **cache:** fixed broken LRU feature 5cd3008

### Features

* **cache:** implemented lru feature 106af88
* **cache:** improved speed of cache operations by >200% cff194f
  • Loading branch information
semantic-release-bot committed Sep 2, 2023
1 parent bed1e7a commit e676d03
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# @remix-pwa/cache 1.3.0 (2023-09-02)


### Bug Fixes

* **cache:** fixed broken LRU feature 5cd3008


### Features

* **cache:** implemented lru feature 106af88
* **cache:** improved speed of cache operations by >200% cff194f

## @remix-pwa/cache 1.2.1 (2023-08-27)

# @remix-pwa/cache 1.2.0 (2023-08-25)
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-pwa/cache",
"version": "1.2.1",
"version": "1.3.0",
"description": "Another empty description",
"repository": {
"type": "git",
Expand Down

0 comments on commit e676d03

Please sign in to comment.