Skip to content

Commit 618a429

Browse files
committed
Fix version
1 parent e860fe7 commit 618a429

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [2.0.5] - 2020-05-13
7+
## [2.0.6] - 2020-05-13
88

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

12+
## [2.0.5] - 2020-05-04
13+
14+
No changes
15+
1216
## [2.0.4] - 2020-05-04
1317

1418
No changes

docs/intro/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Once you have installed Serverless for your environment, follow this guide to co
2020
Clone the latest version of the project into a directory of your choice:
2121

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

2626
<Note type="tip">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest",
1111
"docs": "serve ./docs"
1212
},
13-
"version": "2.0.5",
13+
"version": "2.0.6",
1414
"private": false,
1515
"license": "MIT",
1616
"dependencies": {},

0 commit comments

Comments
 (0)