Skip to content

Commit

Permalink
chore(release): 1.1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffminsungkim committed Mar 6, 2020
1 parent 6d597b8 commit d3a9f4a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="1.1.0"></a>

# [1.1.0](https://github.com/jeffminsungkim/nestjs-multer-extended/compare/v1.0.2...v1.1.0) (2020-03-06)

### Features

- Add random filename, ability to use random filenames on upload
([#61](https://github.com/jeffminsungkim/nestjs-multer-extended/issues/61))
([8c4110d](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/8c4110d))
- Add random filename, ability to use random filenames on upload
([#61](https://github.com/jeffminsungkim/nestjs-multer-extended/issues/61))
([b7ebea0](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/b7ebea0))

### Reverts

- revert changes
([bca70f2](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/bca70f2))

<a name="1.0.2"></a>

## [1.0.2](https://github.com/jeffminsungkim/nestjs-multer-extended/compare/v1.0.1...v1.0.2) (2020-02-04)
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.0.2",
"version": "1.1.0",
"description": "Extended MulterModule for NestJS",
"author": "Minsung Kim <jeffminsungkim@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit d3a9f4a

Please # to comment.