Skip to content

Commit

Permalink
chore(release): update package versions (#6)
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 7, 2022
1 parent 2171c16 commit f37a8fe
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-penguins-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-walls-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-dodos-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-ducks-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-paws-hang.md

This file was deleted.

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

## 2.0.0

### Major Changes

- 2171c16: Minimum Node.js version is v16

### Minor Changes

- 2171c16: New "pipelineRedisGET" option to enable the usage of Redis pipelines to batch Redis GETs
- 2171c16: New "GETRedisTimeout" option to set a maximum amount of milliseconds for getCached to wait for the GET redis response
- 2171c16: New "logEvents" option to enable observability of events
- 2171c16: New "defaultUseMemoryCache" option to be able to customize default memory-cache usage in "getCached"

## 1.1.0

### Minor 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": "1.1.0",
"version": "2.0.0",
"description": "Fine-grained cache helper using redis",
"keywords": [
"redis",
Expand Down

0 comments on commit f37a8fe

Please sign in to comment.