Skip to content

Commit

Permalink
added version v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apoca committed May 8, 2020
1 parent 851e7e5 commit a2f1c3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0] - 2020-05-08

### Changed

- Improved image quality returned

## [2.0.0] - 2020-04-30

### Changed
Expand Down Expand Up @@ -81,7 +87,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Starting develop unit test with jest

[unreleased]: https://github.com/apoca/lambda-resize-image/compare/v1.3.2...HEAD
[unreleased]: https://github.com/apoca/lambda-resize-image/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/apoca/lambda-resize-image/compare/v2.0.1..v2.1.0
[2.0.1]: https://github.com/apoca/lambda-resize-image/compare/v2.0.0..v2.0.1
[2.0.0]: https://github.com/apoca/lambda-resize-image/compare/v1.3.3..v2.0.0
[1.3.3]: https://github.com/apoca/lambda-resize-image/compare/v1.3.2..v1.3.3
[1.3.2]: https://github.com/apoca/lambda-resize-image/compare/v1.3.1..v1.3.2
[1.3.1]: https://github.com/apoca/lambda-resize-image/compare/v1.3.0..v1.3.1
[1.3.0]: https://github.com/apoca/lambda-resize-image/compare/v1.2.2..v1.3.0
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": "lambda-resize-image",
"version": "2.0.1",
"version": "2.1.0",
"description": "An AWS Lambda Function to resize images automatically with API Gateway and S3 for imagemagick tasks. When an image is called on AWS Api Gateway, this package will resize it and send it to the S3.",
"main": "src/handler.js",
"engines": {
Expand Down

0 comments on commit a2f1c3d

Please sign in to comment.