Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosnar committed May 13, 2020
1 parent e860fe7 commit 618a429
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.5] - 2020-05-13
## [2.0.6] - 2020-05-13

### Fixed
- Fixed bug where an image that is rotated with EXIF data loses its rotation (#67)

## [2.0.5] - 2020-05-04

No changes

## [2.0.4] - 2020-05-04

No changes
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Once you have installed Serverless for your environment, follow this guide to co
Clone the latest version of the project into a directory of your choice:

```git
git clone -b 'v2.0.2' --single-branch --depth 1 https://github.com/venveo/serverless-sharp.git
git clone -b 'v2.0.6' --single-branch --depth 1 https://github.com/venveo/serverless-sharp.git
```

<Note type="tip">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest",
"docs": "serve ./docs"
},
"version": "2.0.5",
"version": "2.0.6",
"private": false,
"license": "MIT",
"dependencies": {},
Expand Down

0 comments on commit 618a429

Please sign in to comment.