Skip to content

Commit

Permalink
"chore(release): 0.2.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhsanalatsary committed Feb 15, 2022
1 parent fca0be0 commit ff0c768
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.3](https://github.com/ikhsanalatsary/multer-sharp-s3/compare/v0.2.2...v0.2.3) (2022-02-15)

### [0.2.2](https://github.com/ikhsanalatsary/multer-sharp-s3/compare/v0.2.1...v0.2.2) (2022-02-15)


Expand Down
2 changes: 1 addition & 1 deletion dist/main.js.map

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

2 changes: 1 addition & 1 deletion dist/types/main.d.ts.map

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

3 changes: 2 additions & 1 deletion dist/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export declare interface Format {
}

export declare interface ExtendSize extends Size {
suffix: string
suffix: string,
directory?: string,
Body?: NodeJS.ReadableStream & Sharp
}

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": "multer-sharp-s3",
"version": "0.2.2",
"version": "0.2.3",
"description": "A plugin multer to transform image and upload to AWS S3",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ff0c768

Please sign in to comment.