Skip to content

Commit 4d822d9

Browse files
committed
Release 2.0.3
1 parent 618c331 commit 4d822d9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.0.3"></a>
2+
## 2.0.3 (2019-02-13)
3+
4+
* Cleanup test log ([00392ca](https://github.com/Kikobeats/aspect-ratio/commit/00392ca))
5+
* refactored and simplified library. Added tests for utils ([91a1901](https://github.com/Kikobeats/aspect-ratio/commit/91a1901))
6+
* Removed package-lock.json ([d1c973e](https://github.com/Kikobeats/aspect-ratio/commit/d1c973e))
7+
* updated prepare script to include all root js files ([0ff015c](https://github.com/Kikobeats/aspect-ratio/commit/0ff015c))
8+
9+
10+
111
<a name="2.0.2"></a>
212
## 2.0.2 (2017-11-23)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aspect-ratio",
33
"description": "Get the screen aspect ratio of a device",
44
"homepage": "https://github.com/Kikobeats/aspect-ratio",
5-
"version": "2.0.2",
5+
"version": "2.0.3",
66
"main": "./lib/index.js",
77
"bin": {
88
"aspect-ratio": "bin/index.js"

0 commit comments

Comments
 (0)