Skip to content

Commit 014cd59

Browse files
authored
[MOB-9927] Release/11.0.1 (#162)
* Bump version to 11.0.1 * Update metadata * Update Changelog
1 parent 81dc9d3 commit 014cd59

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## v11.0.1 (2022-08-24)
22

33
* Fixes ArgsRegistry import on iOS
44
* Fixes a typo in Instabug.setPrimaryColor causing the API not to work
@@ -26,7 +26,6 @@
2626
* Removes Surveys.setThresholdForReshowingSurveyAfterDismiss
2727
* Removes BugReporting.invocationModes enum
2828

29-
3029
## v9.1.7 (2021-05-11)
3130

3231
* Adds support for Azerbaijani and Danish locales

example/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.

package.json

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
22
"name": "instabug-cordova",
3-
"version": "11.0.0",
4-
"description": "The purpose of this plugin is to simplify the process of integrating the Instabug SDK in a hybrid application, as well as to provide an interface to interfacing with the SDK through JavaScript.",
5-
"main": "www/index.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/Instabug/instabug-cordova"
9-
},
10-
"author": "Instabug <https://instabug.com>",
3+
"description": "Cordova plugin for integrating the Instabug SDK.",
4+
"version": "11.0.1",
5+
"author": "Instabug (https://instabug.com)",
6+
"repository": "github:Instabug/Instabug-Cordova",
7+
"homepage": "https://www.instabug.com/platforms/cordova",
8+
"bugs": "https://github.com/Instabug/Instabug-Cordova/issues",
119
"license": "Apache 2.0 License",
12-
"bugs": {
13-
"url": "https://github.com/Instabug/instabug-cordova/issues"
14-
},
15-
"dependencies": {},
16-
"homepage": "https://github.com/Instabug/instabug-cordova#readme"
10+
"main": "www/index.js",
11+
"keywords": [
12+
"ecosystem:cordova",
13+
"cordova",
14+
"cordova-android",
15+
"cordova-ios",
16+
"instabug",
17+
"debugging",
18+
"errors",
19+
"exceptions",
20+
"logging"
21+
]
1722
}

plugin.xml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,15 @@
33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
id="instabug-cordova"
6-
version="11.0.0">
6+
version="11.0.1">
77

88
<name>instabug-cordova</name>
9-
10-
<description>Cordova plugin for integrating Instabug in your application.</description>
11-
12-
<repo>https://github.com/Instabug/instabug-cordova</repo>
13-
14-
<keyword>instabug, crash reports, in-app feedback</keyword>
15-
9+
<description>Cordova plugin for integrating the Instabug SDK.</description>
10+
<author>Instabug</author>
11+
<repo>https://github.com/Instabug/Instabug-Cordova</repo>
12+
<issue>https://github.com/Instabug/Instabug-Cordova/issues</issue>
1613
<license>Apache 2.0 License</license>
17-
18-
<author>Elizabeth Rego , Hossam Hassan</author>
14+
<keywords>ecosystem:cordova,cordova,cordova-android,cordova-ios,instabug,debugging,errors,exceptions,logging</keywords>
1915

2016
<!-- cordova -->
2117
<engines>

0 commit comments

Comments
 (0)