Skip to content

Commit 4a20241

Browse files
committed
chore(release): publish
- @hokify/[email protected] - @hokify/[email protected] - @hokify/[email protected] - @hokify/[email protected] - @hokify/[email protected] - @hokify/[email protected]
1 parent 41d8352 commit 4a20241

18 files changed

+65
-17
lines changed

storages/lru-redis/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-11-19)
7+
8+
**Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage
9+
10+
11+
12+
13+
614
# [1.1.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-10-05)
715

816
**Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage

storages/lru-redis/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storages/lru-redis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hokify/node-ts-cache-lru-redis-storage",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -49,7 +49,7 @@
4949
},
5050
"homepage": "https://github.com/hokify/node-ts-cache/tree/master/storages/lru-redis#readme",
5151
"dependencies": {
52-
"@hokify/node-ts-cache": "^5.6.0",
52+
"@hokify/node-ts-cache": "^6.0.0",
5353
"ioredis": "^4.28.0",
5454
"lru-cache": "^6.0.0"
5555
},

storages/lru/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-11-19)
7+
8+
**Note:** Version bump only for package @hokify/node-ts-cache-lru-storage
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-10-05)
715

816
**Note:** Version bump only for package @hokify/node-ts-cache-lru-storage

storages/lru/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storages/lru/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hokify/node-ts-cache-lru-storage",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -49,7 +49,7 @@
4949
},
5050
"homepage": "https://github.com/hokify/node-ts-cache/tree/master/storages/lru#readme",
5151
"dependencies": {
52-
"@hokify/node-ts-cache": "^5.6.0",
52+
"@hokify/node-ts-cache": "^6.0.0",
5353
"lru-cache": "^6.0.0"
5454
},
5555
"devDependencies": {

storages/node-cache/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-11-19)
7+
8+
**Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-10-05)
715

816
**Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage

storages/node-cache/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storages/node-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hokify/node-ts-cache-node-cache-storage",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -52,7 +52,7 @@
5252
"node-cache": "^5.1.2"
5353
},
5454
"devDependencies": {
55-
"@hokify/node-ts-cache": "^5.6.0",
55+
"@hokify/node-ts-cache": "^6.0.0",
5656
"@types/node-cache": "^4.2.5"
5757
},
5858
"gitHead": "c938eba762060f940a34bc192bec03bc76ea4017"

storages/redis/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-11-19)
7+
8+
**Note:** Version bump only for package @hokify/node-ts-cache-redis-storage
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-10-05)
715

816
**Note:** Version bump only for package @hokify/node-ts-cache-redis-storage

0 commit comments

Comments
 (0)