Skip to content

Commit d12bb94

Browse files
committed
v2.0.5
1 parent 9b1a498 commit d12bb94

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.5](https://github.com/nativescript-community/universal-links/compare/v2.0.4...v2.0.5) (2021-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* url-parse version ([9b1a498](https://github.com/nativescript-community/universal-links/commit/9b1a498469c8f4d0e18fe783fb772703fb7e560e))
12+
13+
14+
15+
16+
617
## [2.0.4](https://github.com/nativescript-community/universal-links/compare/v2.0.3...v2.0.4) (2021-12-11)
718

819
**Note:** Version bump only for package @nativescript-community/universal-links

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.0.4",
5+
"version": "2.0.5",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.5](https://github.com/nativescript-community/universal-links/compare/v2.0.4...v2.0.5) (2021-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* url-parse version ([9b1a498](https://github.com/nativescript-community/universal-links/commit/9b1a498469c8f4d0e18fe783fb772703fb7e560e))
12+
13+
14+
15+
16+
617
## [2.0.4](https://github.com/nativescript-community/universal-links/compare/v2.0.3...v2.0.4) (2021-12-11)
718

819
**Note:** Version bump only for package @nativescript-community/universal-links

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/universal-links",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Universal links (IOS) and App Links (Android) support for NativeScript.",
55
"main": "./universal-links",
66
"module": "./universal-links.mjs",

0 commit comments

Comments
 (0)