Skip to content

Commit f10cb40

Browse files
committed
v2.0.1
1 parent 5344b9c commit f10cb40

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.1](https://github.com/nativescript-community/universal-links/compare/v2.1.0...v2.0.1) (2021-02-02)
7+
8+
**Note:** Version bump only for package @nativescript-community/universal-links
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/nativescript-community/universal-links/compare/v1.0.1...v2.1.0) (2021-02-02)
715

816

lerna.json

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

plugin/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [2.1.0](https://github.com/nativescript-community/universal-links/compare/v1.0.1...v2.1.0) (2021-02-02)
6+
## [2.0.1](https://github.com/nativescript-community/universal-links/compare/v2.1.0...v2.0.1) (2021-02-02)
77

8-
9-
### Features
10-
11-
* update plugin to community format ([cb1e261](https://github.com/nativescript-community/universal-links/commit/cb1e26155221baa60b04a11bd16f14ad0b562ba7))
8+
**Note:** Version bump only for package @nativescript-community/universal-links

plugin/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/universal-links",
3-
"version": "2.1.0",
3+
"version": "2.0.1",
44
"description": "Universal links (IOS) and App Links (Android) support for NativeScript.",
55
"main": "./universal-links",
66
"module": "./universal-links.mjs",
@@ -32,5 +32,6 @@
3232
"url": "https://github.com/nativescript-community/universal-links"
3333
},
3434
"license": "Apache-2.0",
35-
"readmeFilename": "README.md"
35+
"readmeFilename": "README.md",
36+
"gitHead": "5344b9c4aad6e73e9264ddc10bc6922cbabe16b5"
3637
}

0 commit comments

Comments
 (0)