Skip to content

Commit c4ad61d

Browse files
committed
chore: update package version
1 parent 3723f02 commit c4ad61d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
</a>
1010
</p>
1111

12-
## Thinks TODO:
13-
- [ ] Setup CI/CD (Github Actions or Circle)
14-
- [ ] Add tests
15-
1612
## Installation
1713
```bash
1814
npm install @nestjs-steroids/async-context
@@ -169,4 +165,7 @@ export class AppController {
169165
```
170166

171167
## License
172-
[MIT](LICENSE.md)
168+
[MIT](LICENSE.md)
169+
170+
## Thinks TODO:
171+
- [ ] Add tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-steroids/async-context",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "NestJS Async Context based on async_hooks",
55
"author": "Vlad Krokhin",
66
"private": false,

0 commit comments

Comments
 (0)