Skip to content

Commit cd08aa8

Browse files
committed
Release 2.1.0
1 parent c99cc91 commit cd08aa8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="2.1.0"></a>
2+
# 2.1.0 (2019-09-10)
3+
4+
* build: tweaks ([c99cc91](https://github.com/Kikobeats/aspect-ratio/commit/c99cc91))
5+
* added some tests ([fb955cf](https://github.com/Kikobeats/aspect-ratio/commit/fb955cf))
6+
* maximum call stack exceeded when no width and height is sent ([37c7fc7](https://github.com/Kikobeats/aspect-ratio/commit/37c7fc7))
7+
* typos ([b355b42](https://github.com/Kikobeats/aspect-ratio/commit/b355b42))
8+
* Update index.js ([d606bbb](https://github.com/Kikobeats/aspect-ratio/commit/d606bbb))
9+
* Update index.js ([85241d2](https://github.com/Kikobeats/aspect-ratio/commit/85241d2))
10+
* Update index.js ([97f3cce](https://github.com/Kikobeats/aspect-ratio/commit/97f3cce))
11+
* Update index.js ([28b9494](https://github.com/Kikobeats/aspect-ratio/commit/28b9494))
12+
13+
14+
115
<a name="2.0.3"></a>
216
## 2.0.3 (2019-02-13)
317

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.3",
5+
"version": "2.1.0",
66
"main": "src",
77
"bin": {
88
"aspect-ratio": "bin/index.js"

0 commit comments

Comments
 (0)