Skip to content

Commit e42aec8

Browse files
committed
Fix CHANGELOG and update package version to 3.3.1
1 parent 2d1076f commit e42aec8

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

CHANGELOG.md

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

2323
## [Unreleased]
2424

25+
## [3.3.1] - 2019-11-13
26+
27+
### Fixed
28+
- Exclude unnecessary file and folders from release distribution by [@SaeedZhiany](https://github.com/SaeedZhiany) ([#114](https://github.com/proyecto26/react-native-inappbrowser/pull/114)).
29+
- Update `.gitignore` to clean unnecessary files by [@friederbluemle](https://github.com/friederbluemle) ([#115](https://github.com/proyecto26/react-native-inappbrowser/pull/115)).
30+
- Use `yarn` instead of `npm` cli by [@friederbluemle](https://github.com/friederbluemle) ([#116](https://github.com/proyecto26/react-native-inappbrowser/pull/116)).
31+
- Update dev dependencies by [@friederbluemle](https://github.com/friederbluemle) ([#117](https://github.com/proyecto26/react-native-inappbrowser/pull/117)).
32+
2533
## [3.3.0] - 2019-11-12
2634

2735
### Fixed
@@ -121,7 +129,8 @@ Missing tags for previous versions 🤷‍♂
121129
- Fix `EventBusException` on **Android** by [@Almouro](https://github.com/Almouro) ([9cf4cbb](https://github.com/proyecto26/react-native-inappbrowser/commit/9cf4cbb58d55c8b534dabac6791e6a2a5428253f)).
122130

123131

124-
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.0...HEAD
132+
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.1...HEAD
133+
[3.3.1]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.0...v3.3.1
125134
[3.3.0]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.2.0...v3.3.0
126135
[3.2.0]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.1.0...v3.2.0
127136
[3.1.0]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.0.1...v3.1.0

package.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-inappbrowser-reborn",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "InAppBrowser for React Native",
55
"main": "index.js",
66
"files": [
@@ -24,11 +24,22 @@
2424
},
2525
"keywords": [
2626
"react-native",
27-
"in",
28-
"app",
29-
"browser",
30-
"inappbrowser",
31-
"in-app-browser"
27+
"React Native",
28+
"JavaScript",
29+
"Android",
30+
"iOS",
31+
"browser",
32+
"InAppBrowser",
33+
"in-app-browser",
34+
"InAppBrowser",
35+
"Chrome",
36+
"Safari",
37+
"Chrome Custom Tabs",
38+
"SafariServices",
39+
"AuthenticationServices",
40+
"SFSafariViewController",
41+
"CustomTabsIntent",
42+
"ChromeTabsManagerActivity"
3243
],
3344
"author": "Juan David Nicholls Cardona",
3445
"homepage": "https://github.com/proyecto26/react-native-inappbrowser",

0 commit comments

Comments
 (0)