Skip to content

Commit a994546

Browse files
committed
Update package version
1 parent 04b6e22 commit a994546

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

CHANGELOG.md

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

2323
## [Unreleased]
2424

25+
## [3.2.0] - 2022-08-02
26+
2527
### Added
2628
- Add custom size option to iOS formSheet Modal by [@ShaneMckenna23](https://github.com/ShaneMckenna23) ([#91](https://github.com/proyecto26/nativescript-inappbrowser/pull/91)).
2729
- Add `includeReferrer` to allow adding android package name as referrer for website to track by [@vincent-paing](https://github.com/vincent-paing) ([#95](https://github.com/proyecto26/nativescript-inappbrowser/pull/95)).
@@ -121,7 +123,8 @@ in case of vulnerabilities.
121123
- Methods to open and close external urls to authenticate the user **(openAuth, closeAuth)** using deep linking.
122124
- `isAvailable` method to detect if the device supports the plugin.
123125

124-
[Unreleased]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.1.2...HEAD
126+
[Unreleased]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.2.0...HEAD
127+
[3.2.0]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.1.2...v3.2.0
125128
[3.1.2]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.1.1...v3.1.2
126129
[3.1.1]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.1.0...v3.1.1
127130
[3.1.0]: https://github.com/proyecto26/nativescript-inappbrowser/compare/v3.0.2...v3.1.0

src/package-lock.json

Lines changed: 18 additions & 10 deletions
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": "3.1.2",
3+
"version": "3.2.0",
44
"description": "InAppBrowser for NativeScript",
55
"main": "InAppBrowser",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)