Skip to content

Commit 3f9d0ed

Browse files
authored
Merge pull request #19 from proyecto26/release/v2.1.1
Release 2.1.1
2 parents 6497d79 + 209b16a commit 3f9d0ed

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ in case of vulnerabilities.
2222

2323
## [Unreleased]
2424

25+
## [2.1.1] - 2019-11-14
2526
### Fixed
2627
- Fixed issue about `headers` option not working from **Android** [#16](https://github.com/proyecto26/nativescript-inappbrowser/issues/16).
2728

@@ -55,7 +56,8 @@ in case of vulnerabilities.
5556
- Methods to open and close external urls to authenticate the user **(openAuth, closeAuth)** using deep linking.
5657
- `isAvailable` method to detect if the device supports the plugin.
5758

58-
[Unreleased]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v2.1.0...HEAD
59+
[Unreleased]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v2.1.1...HEAD
60+
[2.1.1]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v2.1.0...v2.1.1
5961
[2.1.0]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v2.0.0...v2.1.0
6062
[2.0.0]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v1.0.0...v2.0.0
6163
[1.0.0]: https://github.com/proyecto26/nativescript-inappbrowser/releases/tag/v1.0.0

src/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-inappbrowser",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "InAppBrowser for NativeScript",
55
"main": "InAppBrowser",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)