diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2225779 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +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. + +### 1.0.1 (2022-06-19) + + +### Features + +* add ioredis nestjs module ([fd1acfc](https://github.com/nest-modules/ioredis/commit/fd1acfc22703a4908ed022a264d7eddf57ebb23d)) + + +### Bug Fixes + +* the connection parameter should be optional ([3825c0c](https://github.com/nest-modules/ioredis/commit/3825c0c11de5ce09c30dea7ce0c115552ea23e6f)) +* upgrade to latest version ([d4c5842](https://github.com/nest-modules/ioredis/commit/d4c5842b0983de1a18a939028780b50df2236200)) diff --git a/package.json b/package.json index 1466210..0d75813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-modules/ioredis", - "version": "1.0.0", + "version": "1.0.1", "description": "Nest - a ioredis module (@ioredis)", "author": "Nest Modules TM", "private": false,