Skip to content

Commit 732c863

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 bebd4da commit 732c863

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+
# [1.1.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-10-05)
7+
8+
**Note:** Version bump only for package @hokify/node-ts-cache-lru-redis-storage
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-02-12)
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.0.2",
3+
"version": "1.1.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://github.com/hokify/node-ts-cache/tree/master/storages/lru-redis#readme",
4747
"dependencies": {
48-
"@hokify/node-ts-cache": "^5.5.1",
48+
"@hokify/node-ts-cache": "^5.6.0",
4949
"ioredis": "^4.27.10",
5050
"lru-cache": "^6.0.0"
5151
},

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+
# [1.4.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-10-05)
7+
8+
**Note:** Version bump only for package @hokify/node-ts-cache-lru-storage
9+
10+
11+
12+
13+
614
## [1.3.7](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-02-12)
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.3.7",
3+
"version": "1.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://github.com/hokify/node-ts-cache/tree/master/storages/lru#readme",
4747
"dependencies": {
48-
"@hokify/node-ts-cache": "^5.5.1",
48+
"@hokify/node-ts-cache": "^5.6.0",
4949
"lru-cache": "^6.0.0"
5050
},
5151
"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+
# [1.4.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-10-05)
7+
8+
**Note:** Version bump only for package @hokify/node-ts-cache-node-cache-storage
9+
10+
11+
12+
13+
614
## [1.3.6](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-02-12)
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.3.6",
3+
"version": "1.4.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -48,7 +48,7 @@
4848
"node-cache": "^5.1.2"
4949
},
5050
"devDependencies": {
51-
"@hokify/node-ts-cache": "^5.5.1",
51+
"@hokify/node-ts-cache": "^5.6.0",
5252
"@types/node-cache": "^4.2.5"
5353
},
5454
"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+
# [1.3.0](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-10-05)
7+
8+
**Note:** Version bump only for package @hokify/node-ts-cache-redis-storage
9+
10+
11+
12+
13+
614
## [1.2.9](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2021-02-12)
715

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

0 commit comments

Comments
 (0)