Skip to content

Commit

Permalink
chore(release): 1.4.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffminsungkim committed Oct 12, 2020
1 parent 4f25de2 commit c55f96d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.4.1"></a>
## [1.4.1](https://github.com/jeffminsungkim/nestjs-multer-extended/compare/1.3.1...1.4.1) (2020-10-12)


### Features

* **config:** allow to pass all config options for AWS and S3 instances ([3a34c55](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/3a34c55))
* **config:** update README, correct AWS Instance option typings ([c7548ea](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/c7548ea))



# [1.4.0](https://github.com/jeffminsungkim/nestjs-multer-extended/compare/1.3.1...1.4.0) (2020-10-11)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-multer-extended",
"version": "1.4.0",
"version": "1.4.1",
"description": "Extended MulterModule for NestJS",
"author": "Minsung Kim <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit c55f96d

Please sign in to comment.