Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bassochette committed Feb 25, 2022
1 parent dca9fbc commit 4e40c0c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

### [0.0.2](https://github.com/Webeleon/nestjs-redis/compare/v0.0.1...v0.0.2) (2022-02-25)


### Features

* implement forFeature method ([ccc730e](https://github.com/Webeleon/nestjs-redis/commit/ccc730e5e75db886f5e4a16c13f33d7fa2153ef1))


### Bug Fixes

* install reflect-metadata ([c6c0f3e](https://github.com/Webeleon/nestjs-redis/commit/c6c0f3e34bd6126eaae28f614fa23b7fb4c5a07a))

### 0.0.1 (2022-02-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webeleon/nestjs-redis",
"version": "0.0.1",
"version": "0.0.2",
"description": "A redis client for NestJS",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit 4e40c0c

Please sign in to comment.