<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)

- Resolve missing dist folder issue [#255](https://github.com/jeffminsungkim/nestjs-multer-extended/issues/255)


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

### Features

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

<a name="1.3.1"></a>

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

### Bug Fixes

- **multer-sharp:** Allow request params without setting dynamic path
  ([5674a05](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/5674a05))

<a name="1.3.0"></a>

# [1.3.0](https://github.com/jeffminsungkim/nestjs-multer-extended/compare/1.2.1...1.3.0) (2020-06-30)

### Features

- **multer-sharp:** path parameters can be used as a dynamic key path
  ([98329e8](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/98329e8))

<a name="1.2.1"></a>

## [1.2.1](https://github.com/jeffminsungkim/nestjs-multer-extended/compare/1.2.0...1.2.1) (2020-06-13)

### Bug Fixes

- **multer-sharp:** fix for sharpjs for samsung galaxy images
  ([bc6c832](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/bc6c832))

<a name="1.2.0"></a>

# [1.2.0](https://github.com/jeffminsungkim/nestjs-multer-extended/compare/1.1.1...1.2.0) (2020-06-08)

### Features

- **s3options and configloader:** support digitalocean spaces
  ([09adacb](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/09adacb))

<a name="1.1.1"></a>

## [1.1.1](https://github.com/jeffminsungkim/nestjs-multer-extended/compare/1.1.0...1.1.1) (2020-05-22)

### Bug Fixes

- **deps:** update dependency sharp to ^0.25.0
  ([054d334](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/054d334))

<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)

<a name="1.0.1"></a>

## [1.0.1](https://github.com/jeffminsungkim/nestjs-multer-extended/compare/v1.0.0...v1.0.1) (2020-02-03)

<a name="1.0.0"></a>

# [1.0.0](https://github.com/jeffminsungkim/nestjs-multer-extended/compare/e1962ff...v1.0.0) (2020-02-03)

### Features

- add feature to generate a single image in different sizes
  ([c29b48d](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/c29b48d))
- **multer-sharp:** remove unneeded dependencies and add image resizing
  ([5eed8ba](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/5eed8ba))
- **options:** update options to allow for any logger
  ([e1962ff](https://github.com/jeffminsungkim/nestjs-multer-extended/commit/e1962ff))
