Skip to content

Commit be3d171

Browse files
chore: release packages (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26e47b7 commit be3d171

11 files changed

Lines changed: 39 additions & 10 deletions

File tree

.changeset/tiny-schools-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

storages/lru-redis/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0149663]
8+
- @node-ts-cache/core@1.0.1
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

storages/lru-redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-ts-cache/lru-redis-storage",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simple and extensible caching module supporting decorators",
55
"keywords": [
66
"node",

storages/lru/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0149663]
8+
- @node-ts-cache/core@1.0.1
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

storages/lru/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-ts-cache/lru-storage",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simple and extensible caching module supporting decorators",
55
"keywords": [
66
"node",

storages/redis/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0149663]
8+
- @node-ts-cache/core@1.0.1
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

storages/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-ts-cache/redis-storage",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simple and extensible caching module supporting decorators",
55
"keywords": [
66
"node",

storages/redisio/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0149663]
8+
- @node-ts-cache/core@1.0.1
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

storages/redisio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-ts-cache/ioredis-storage",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simple and extensible caching module supporting decorators",
55
"keywords": [
66
"node",

ts-cache/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 0149663: Simplify README and add storage engines table
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

0 commit comments

Comments
 (0)