Skip to content

Commit a2f1c3d

Browse files
author
apoca
committed
added version v2.1.0
1 parent 851e7e5 commit a2f1c3d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.0] - 2020-05-08
11+
12+
### Changed
13+
14+
- Improved image quality returned
15+
1016
## [2.0.0] - 2020-04-30
1117

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

8288
- Starting develop unit test with jest
8389

84-
[unreleased]: https://github.com/apoca/lambda-resize-image/compare/v1.3.2...HEAD
90+
[unreleased]: https://github.com/apoca/lambda-resize-image/compare/v2.1.0...HEAD
91+
[2.1.0]: https://github.com/apoca/lambda-resize-image/compare/v2.0.1..v2.1.0
92+
[2.0.1]: https://github.com/apoca/lambda-resize-image/compare/v2.0.0..v2.0.1
93+
[2.0.0]: https://github.com/apoca/lambda-resize-image/compare/v1.3.3..v2.0.0
94+
[1.3.3]: https://github.com/apoca/lambda-resize-image/compare/v1.3.2..v1.3.3
8595
[1.3.2]: https://github.com/apoca/lambda-resize-image/compare/v1.3.1..v1.3.2
8696
[1.3.1]: https://github.com/apoca/lambda-resize-image/compare/v1.3.0..v1.3.1
8797
[1.3.0]: https://github.com/apoca/lambda-resize-image/compare/v1.2.2..v1.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-resize-image",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"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.",
55
"main": "src/handler.js",
66
"engines": {

0 commit comments

Comments
 (0)