Skip to content

Commit

Permalink
chore(release): 0.4.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Aug 9, 2020
1 parent a577030 commit 15d0c34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.4.0](https://github.com/jmcdo29/nestjs-spelunker/compare/0.3.0...0.4.0) (2020-08-09)

### Features

- **module:** supports dynamic modules ([9e0664c](https://github.com/jmcdo29/nestjs-spelunker/commit/9e0664cb08a4a89e0d72933cbf56e35958ceda6b))

### BREAKING CHANGES

- **module:** The `debug` method is now asynchronous.
This is due to the fact of needing to resolve promise
based imports.

# [0.3.0](https://github.com/jmcdo29/nestjs-spelunker/compare/0.2.1...0.3.0) (2020-08-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-spelunker",
"version": "0.3.0",
"version": "0.4.0",
"description": "A NestJS Module to do a deep dive through the dependency tree structure and print the dependencies.",
"author": {
"name": "Jay McDoniel",
Expand Down

0 comments on commit 15d0c34

Please sign in to comment.