Skip to content

Commit a9ad69b

Browse files
authored
Merge pull request #10 from Karibash/changeset-release/main
Version Packages
2 parents 27e54fd + 094e106 commit a9ad69b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/small-pandas-battle.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.1.1",
21+
"@nestjs-modular/inject": "^1.2.0",
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.0
4+
5+
### Minor Changes
6+
7+
- [#9](https://github.com/Karibash/nestjs-modular/pull/9) [`e5c088e`](https://github.com/Karibash/nestjs-modular/commit/e5c088e892fbb305aaa152f33e410895fa689fc1) Thanks [@Karibash](https://github.com/Karibash)! - Make it possible to specify a glob in the path
8+
39
## 1.1.1
410

511
### Patch 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.1.1",
3+
"version": "1.2.0",
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)