Skip to content

Commit 64d3558

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2026-06-01) ### Features * add Swift Package Manager support and upgrade to Expo SDK 56 ([#11](#11)) ([65f99ef](65f99ef))
1 parent 65f99ef commit 64d3558

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
# [1.3.0](https://github.com/neurio/react-native-local-network-permission/compare/v1.2.0...v1.3.0) (2026-06-01)
4+
5+
6+
### Features
7+
8+
* add Swift Package Manager support and upgrade to Expo SDK 56 ([#11](https://github.com/neurio/react-native-local-network-permission/issues/11)) ([65f99ef](https://github.com/neurio/react-native-local-network-permission/commit/65f99eff1c0fb47772cd0adfdf96ea8128c9d5c4))
9+
310
# [1.2.0](https://github.com/neurio/react-native-local-network-permission/compare/v1.1.0...v1.2.0) (2024-06-26)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@generac/react-native-local-network-permission",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A React Native / Expo module to request permission to access local network on iOS",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3768,7 +3768,7 @@ eslint-visitor-keys@^5.0.0:
37683768
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
37693769
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
37703770

3771-
eslint@^9.0.0:
3771+
eslint@~9.39.4:
37723772
version "9.39.4"
37733773
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5"
37743774
integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==

0 commit comments

Comments
 (0)