Skip to content

Commit 13962d4

Browse files
authored
Bump version and update changelog for 2.4.1 release (#336)
1 parent a5db8ff commit 13962d4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# [2.4.0](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.3.3...v2.4.0) (2019-02-18)
1+
# [2.4.1](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.4.0...v2.4.1) (2019-03-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **iOS:** Fix autofocus on iOS 12.2 ([#332](https://github.com/ionic-team/cordova-plugin-ionic-webview/pull/332))
7+
8+
9+
## [2.4.0](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.3.3...v2.4.0) (2019-02-18)
210

311

412
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-ionic-webview",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Ionic Web View Engine Plugin",
55
"scripts": {
66
"sync_plugin_xml": "sync-cordova-xml package.json plugin.xml --output=plugin.xml",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
under the License.
2020
-->
2121

22-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-ionic-webview" version="2.4.0">
22+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-ionic-webview" version="2.4.1">
2323
<name>cordova-plugin-ionic-webview</name>
2424
<description>Ionic Web View Engine Plugin</description>
2525
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)