Skip to content

Commit

Permalink
chore: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
techvlad committed Jul 4, 2020
1 parent 3723f02 commit c4ad61d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
</a>
</p>

## Thinks TODO:
- [ ] Setup CI/CD (Github Actions or Circle)
- [ ] Add tests

## Installation
```bash
npm install @nestjs-steroids/async-context
Expand Down Expand Up @@ -169,4 +165,7 @@ export class AppController {
```

## License
[MIT](LICENSE.md)
[MIT](LICENSE.md)

## Thinks TODO:
- [ ] Add tests
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit c4ad61d

Please sign in to comment.