Skip to content

Commit

Permalink
Merge pull request #10 from Karibash/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Karibash authored Aug 22, 2022
2 parents 27e54fd + 094e106 commit a9ad69b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/small-pandas-battle.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs-modular/inject": "^1.1.1",
"@nestjs-modular/inject": "^1.2.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/inject/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nestjs-modular/inject

## 1.2.0

### Minor Changes

- [#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

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inject/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-modular/inject",
"version": "1.1.1",
"version": "1.2.0",
"description": "NestJS module for batch dependency injection by specifying a directory.",
"main": "dist/nestjs-modular-inject.cjs.js",
"module": "dist/nestjs-modular-inject.esm.js",
Expand Down

0 comments on commit a9ad69b

Please sign in to comment.