Skip to content

Commit 67fd9d6

Browse files
Merge pull request #631 from Instabug/release/10.9.0
[MOB-5999] Release/10.9.0
2 parents 6d5ea6d + 24b1a45 commit 67fd9d6

File tree

88 files changed

+3789
-1900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+3789
-1900
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 10.9.0 (2021-09-30)
2+
3+
* Bumps Instabug native SDKs to v10.9
4+
* Fixes an issue with network header value formatting
5+
* Replaces the defaults tool with PlistBuddy for reading plist files
6+
* Enhances API documentation for TypeScript
7+
18
## v10.8.1 (2021-08-25)
29

310
* Fixes a crash that occurs with network requests on slow network connectivity in v10.8

instabug-reactnative.podspec renamed to RNInstabug.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
require 'json'
22
package = JSON.parse(File.read('package.json'))
3-
version = JSON.parse(File.read('package.json'))["version"]
3+
version = package["version"]
44

55
Pod::Spec.new do |s|
6-
s.name = package["name"]
6+
s.name = 'RNInstabug'
77
s.version = version
88
s.summary = package["description"]
99
s.author = package["author"]

0 commit comments

Comments
 (0)