Updated version and RELEASENOTES.md for release 1.2.2 (cordova-plugin-wkwebview-engine@1.2.2)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 55ee188..23b5725 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,17 @@
 
 # Release Notes
 
+### 1.2.2 (Feb 02, 2021)
+* chore: adds package-lock file ([#165](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/165))
+* refactor(eslint): use cordova-eslint /w fix ([#164](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/164))
+* chore(npm): use short notation in `package.json` ([#163](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/163))
+* added WKWebViewOnly to `README` ([#161](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/161))
+* Added **iOS** platform version restrictions ([#158](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/158))
+* chore(asf): update git notification settings ([306a0ee](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/306a0eeea63ac69da85b9518b34855e9e618aff4))
+* Update CONTRIBUTING.md ([6c4cd10](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/6c4cd10f087fa95d272307d8fde932628b36f4ac))
+* ci: updates Node.js versions ([#136](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/136))
+* chore(npm): improve ignore list ([#137](https://github.com/apache/cordova-plugin-wkwebview-engine/pull/137))
+
 ### 1.2.1 (Jul 20, 2019)
 
 -   fix: Revert "CB-13987: (ios) Fix WKWebView doesn't layout properly at… ([#107](https://github.com/apache/cordova-plugin-wkwebview-engine/issues/107)) ([`dc8b277`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/dc8b277))
@@ -41,9 +52,9 @@
 -   fix(ios): Bug fix in recent change in iOSExec.nativeCallback ([#78](https://github.com/apache/cordova-plugin-wkwebview-engine/issues/78)) ([`6f468f4`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/6f468f4))
 -   chore(github): Add or update GitHub pull request and issue template ([`76bca66`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/76bca66))
 -   feat(ios): [GH-68](https://github.com/apache/cordova-plugin-wkwebview-engine/issues/68) (ios): Support for disabling 3D Touch link previews ([#69](https://github.com/apache/cordova-plugin-wkwebview-engine/issues/69)) ([`d0bd80a`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/d0bd80a))
--   fix(ios): CB-12815: (ios) Fix bug nativeCallback not executed when app is in background ([#49](https://github.com/apache/cordova-plugin-wkwebview-engine/issues/49)) ([`bf0f236`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/bf0f236))
+-   fix(ios): [CB-12815](https://issues.apache.org/jira/browse/CB-12815) (ios) Fix bug nativeCallback not executed when app is in background ([#49](https://github.com/apache/cordova-plugin-wkwebview-engine/issues/49)) ([`bf0f236`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/bf0f236))
 -   chore: Add cordova-ios in plugin keyword for npm plugin searching ([#47](https://github.com/apache/cordova-plugin-wkwebview-engine/issues/47)) ([`4f8503d`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/4f8503d))
--   fix(ios): CB-13987: (ios) Fix WKWebView doesn't layout properly at launch on iPhone X ([`7684545`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/7684545), [`81eeade`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/81eeade))
+-   fix(ios): [CB-13987](https://issues.apache.org/jira/browse/CB-13987) (ios) Fix WKWebView doesn't layout properly at launch on iPhone X ([`7684545`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/7684545), [`81eeade`](https://github.com/apache/cordova-plugin-wkwebview-engine/commit/81eeade))
 
 
 ### 1.1.4 (Nov 06, 2017)
diff --git a/package.json b/package.json
index d2d20d1..481f27d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine",
-  "version": "1.2.2-dev",
+  "version": "1.2.2",
   "description": "The official Apache Cordova WKWebView Engine Plugin",
   "main": "index.js",
   "repository": "github:apache/cordova-plugin-wkwebview-engine",
diff --git a/plugin.xml b/plugin.xml
index 9c7bb48..ea4a59b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-wkwebview-engine"
-    version="1.2.2-dev">
+    version="1.2.2">
     <name>Cordova WKWebView Engine</name>
     <description>Cordova WKWebView Engine Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index 3d05daa..71cd529 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine-tests",
-  "version": "1.2.2-dev",
+  "version": "1.2.2",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-wkwebview-engine-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 6194932..57dda43 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-wkwebview-engine-tests"
-    version="1.2.2-dev">
+    version="1.2.2">
     <name>cordova-plugin-wkwebview-engine Tests</name>
     <license>Apache 2.0</license>