Skip to content

Commit 6adafbb

Browse files
committedMar 28, 2023
chore(release): 2.1.2
1 parent 9b4ed6a commit 6adafbb

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed
 

‎CHANGELOG.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## <small>2.1.1 (2019-12-09)</small>
2-
3-
* test: ensure to handle invalid input ([ca44579](https://github.com/Kikobeats/aspect-ratio/commit/ca44579)), closes [#13](https://github.com/Kikobeats/aspect-ratio/issues/13)
1+
# Changelog
42

3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
54

5+
### 2.1.2 (2023-03-28)
66

77
<a name="2.1.0"></a>
88
# 2.1.0 (2019-09-10)
@@ -63,6 +63,3 @@
6363
* fixed shorcut ([a2e8273](https://github.com/Kikobeats/aspect-ratio/commit/a2e8273))
6464
* improve documentation and cli ([3a9a304](https://github.com/Kikobeats/aspect-ratio/commit/3a9a304))
6565
* updated documentation ([511b7fe](https://github.com/Kikobeats/aspect-ratio/commit/511b7fe))
66-
67-
68-

‎package.json

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

0 commit comments

Comments
 (0)
Failed to load comments.