Skip to content

Commit

Permalink
Merge pull request #631 from Instabug/release/10.9.0
Browse files Browse the repository at this point in the history
[MOB-5999] Release/10.9.0
  • Loading branch information
bsameh-at-instabug authored Sep 30, 2021
2 parents 6d5ea6d + 24b1a45 commit 67fd9d6
Show file tree
Hide file tree
Showing 88 changed files with 3,789 additions and 1,900 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 10.9.0 (2021-09-30)

* Bumps Instabug native SDKs to v10.9
* Fixes an issue with network header value formatting
* Replaces the defaults tool with PlistBuddy for reading plist files
* Enhances API documentation for TypeScript

## v10.8.1 (2021-08-25)

* Fixes a crash that occurs with network requests on slow network connectivity in v10.8
Expand Down
4 changes: 2 additions & 2 deletions instabug-reactnative.podspec → RNInstabug.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'json'
package = JSON.parse(File.read('package.json'))
version = JSON.parse(File.read('package.json'))["version"]
version = package["version"]

Pod::Spec.new do |s|
s.name = package["name"]
s.name = 'RNInstabug'
s.version = version
s.summary = package["description"]
s.author = package["author"]
Expand Down
Loading

0 comments on commit 67fd9d6

Please sign in to comment.