From c4ad61d5774103f7a920c50bd06e38155d5e384a Mon Sep 17 00:00:00 2001 From: Vlad Krokhin <3v1lh3x@gmail.com> Date: Sat, 4 Jul 2020 15:02:28 +0300 Subject: [PATCH] chore: update package version --- README.md | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) 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,