Skip to content

Commit dcf1622

Browse files
committed
chore(release): 1.0.1
1 parent 3825c0c commit dcf1622

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### 1.0.1 (2022-06-19)
6+
7+
8+
### Features
9+
10+
* add ioredis nestjs module ([fd1acfc](https://github.com/nest-modules/ioredis/commit/fd1acfc22703a4908ed022a264d7eddf57ebb23d))
11+
12+
13+
### Bug Fixes
14+
15+
* the connection parameter should be optional ([3825c0c](https://github.com/nest-modules/ioredis/commit/3825c0c11de5ce09c30dea7ce0c115552ea23e6f))
16+
* upgrade to latest version ([d4c5842](https://github.com/nest-modules/ioredis/commit/d4c5842b0983de1a18a939028780b50df2236200))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-modules/ioredis",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Nest - a ioredis module (@ioredis)",
55
"author": "Nest Modules TM",
66
"private": false,

0 commit comments

Comments
 (0)