expo-callkit-telecom 0.3.0 โ†’ 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.3.0"
2
+ ".": "0.3.1"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to `expo-callkit-telecom` are documented here.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.3.1](https://github.com/mfairley/expo-callkit-telecom/compare/v0.3.0...v0.3.1) (2026-05-17)
9
+
10
+
11
+ ### Documentation
12
+
13
+ * improve wording of docs ([39c73e8](https://github.com/mfairley/expo-callkit-telecom/commit/39c73e82f6891039896a0368c5e76bbb5ca9ec35))
14
+
8
15
  ## [0.3.0](https://github.com/mfairley/expo-callkit-telecom/compare/v0.2.8...v0.3.0) (2026-05-17)
9
16
 
10
17
 
package/README.md CHANGED
@@ -61,7 +61,7 @@ The module is opinionated about *system integration* and unopinionated about *me
61
61
 
62
62
  ## ๐Ÿงช Verified against
63
63
 
64
- This release is exercised end-to-end on real devices via the runnable `example/` app.
64
+ This library was tested end-to-end on real devices via the runnable `example/` app.
65
65
 
66
66
  | | Tested against |
67
67
  | --- | --- |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-callkit-telecom",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "CallKit + Jetpack Core-Telecom for Expo / React Native โ€” native call UI, VoIP push, LiveKit-friendly audio. A modern react-native-callkeep alternative.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",