Skip to content

Commit

Permalink
Merge pull request #12 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 6fea503 + d29e053 commit 1a9d7b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-jokes-shop.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.2.0",
"@nestjs-modular/inject": "^1.2.1",
"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.1

### Patch Changes

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

## 1.2.0

### Minor 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.2.0",
"version": "1.2.1",
"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 1a9d7b7

Please sign in to comment.