Skip to content

Commit 1a9d7b7

Browse files
authored
Merge pull request #12 from Karibash/changeset-release/main
Version Packages
2 parents 6fea503 + d29e053 commit 1a9d7b7

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/pink-jokes-shop.md

-5
This file was deleted.

examples/inject/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@nestjs/common": "^8.0.0",
1919
"@nestjs/core": "^8.0.0",
2020
"@nestjs/platform-express": "^8.0.0",
21-
"@nestjs-modular/inject": "^1.2.0",
21+
"@nestjs-modular/inject": "^1.2.1",
2222
"reflect-metadata": "^0.1.13",
2323
"rimraf": "^3.0.2",
2424
"rxjs": "^7.2.0"

packages/inject/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nestjs-modular/inject
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#11](https://github.com/Karibash/nestjs-modular/pull/11) [`d657964`](https://github.com/Karibash/nestjs-modular/commit/d65796434ac3c09f8ad9ae30cd741c916f958621) Thanks [@Karibash](https://github.com/Karibash)! - Make the path option accept arrays
8+
39
## 1.2.0
410

511
### Minor Changes

packages/inject/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-modular/inject",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "NestJS module for batch dependency injection by specifying a directory.",
55
"main": "dist/nestjs-modular-inject.cjs.js",
66
"module": "dist/nestjs-modular-inject.esm.js",

0 commit comments

Comments
 (0)