Skip to content

Commit

Permalink
chore(release): update package versions (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 8, 2022
1 parent 4f7b2b9 commit 48a6a64
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/four-geese-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-glasses-warn.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @soundxyz/fine-grained-cache

## 2.1.0

### Minor Changes

- 4f7b2b9: New "awaitRedisSet" option to allow skipping awaiting the Redis set on getCached logic execution

Default value is `process.env.NODE_ENV === "test"`

- 4f7b2b9: New "pipelineRedisSET" option to pipeline redis SETs

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundxyz/fine-grained-cache",
"version": "2.0.1",
"version": "2.1.0",
"description": "Fine-grained cache helper using redis",
"keywords": [
"redis",
Expand Down

0 comments on commit 48a6a64

Please sign in to comment.