Skip to content

Commit 0412f49

Browse files
committed
v2.0.1
1 parent f656e45 commit 0412f49

File tree

4 files changed

+46
-2
lines changed

4 files changed

+46
-2
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 2.0.1 (2021-01-05)
7+
8+
9+
10+
# 2.0.0 (2020-09-16)
11+
12+
13+
14+
## 1.2.3 (2019-06-13)
15+
16+
17+
18+
## 1.2.2 (2018-08-05)
19+
20+
21+
22+
## 1.2.1 (2017-02-10)
23+
24+
25+
26+
# 1.2.0 (2016-09-23)
27+
28+
29+
30+
## 1.1.1 (2016-02-27)
31+
32+
33+
34+
# 1.1.0 (2015-07-11)
35+
36+
**Note:** Version bump only for package @nativescript-community/insomnia

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 2.0.1 (2021-01-05)
7+
8+
**Note:** Version bump only for package @nativescript-community/insomnia

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/insomnia",
3-
"version": "1.2.0",
3+
"version": "2.0.1",
44
"description": "Make the screen not dim (and eventually lock the device) while Insomnia is active.",
55
"main": "./insomnia",
66
"sideEffects": false,

0 commit comments

Comments
 (0)