Skip to content

Commit c45770e

Browse files
committed
chore(release): publish
- @hokify/[email protected] - @hokify/[email protected]
1 parent f18d460 commit c45770e

File tree

6 files changed

+26
-4
lines changed

6 files changed

+26
-4
lines changed

storages/lru-redis/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [0.3.6](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2020-11-18)
7+
8+
9+
### Bug Fixes
10+
11+
* ensure we use seconds everywhere ([f18d460](https://github.com/hokify/node-ts-cache/commit/f18d460a8a1f195ca58a92c56c5d3cc7d216b6d9))
12+
13+
14+
15+
16+
617
## [0.3.5](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2020-11-09)
718

819

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hokify/node-ts-cache-lru-redis-storage",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"publishConfig": {
55
"access": "public"
66
},

storages/lru/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.5](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2020-11-18)
7+
8+
9+
### Bug Fixes
10+
11+
* ensure we use seconds everywhere ([f18d460](https://github.com/hokify/node-ts-cache/commit/f18d460a8a1f195ca58a92c56c5d3cc7d216b6d9))
12+
13+
14+
15+
16+
617
## [1.3.4](https://github.com/hokify/node-ts-cache/compare/@hokify/[email protected]...@hokify/[email protected]) (2020-11-09)
718

819

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: 1 addition & 1 deletion
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.4",
3+
"version": "1.3.5",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)