diff --git a/README.md b/README.md index 80794ab..91dceec 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@

-## Thinks TODO: -- [ ] Setup CI/CD (Github Actions or Circle) -- [ ] Add tests - ## Installation ```bash npm install @nestjs-steroids/async-context @@ -169,4 +165,7 @@ export class AppController { ``` ## License -[MIT](LICENSE.md) \ No newline at end of file +[MIT](LICENSE.md) + +## Thinks TODO: +- [ ] Add tests diff --git a/package.json b/package.json index 11706d2..f2cd894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-steroids/async-context", - "version": "1.0.1", + "version": "1.0.2", "description": "NestJS Async Context based on async_hooks", "author": "Vlad Krokhin", "private": false,