Skip to content

Commit 0b3a1ab

Browse files
author
Lode Vanhove
committed
chore: release 0.2.1
1 parent c034ec7 commit 0b3a1ab

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
146146
run: |
147147
cd example/ios
148-
pod install
148+
pod install --repo-update
149149
env:
150150
NO_FLIPPER: 1
151151

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## <small>0.2.1 (2025-08-04)</small>
4+
5+
* chore: change access to public ([3ecc0b9](https://github.com/inthepocket/react-native-service-discovery/commit/3ecc0b9))
6+
* chore: pass with no tests ([bc82107](https://github.com/inthepocket/react-native-service-discovery/commit/bc82107))
7+
* chore: release 0.2.0 ([e10b425](https://github.com/inthepocket/react-native-service-discovery/commit/e10b425))
8+
* chore: update changelog config with preset again ([afa9465](https://github.com/inthepocket/react-native-service-discovery/commit/afa9465))
9+
* chore: update release-it changelog config ([4bf1edd](https://github.com/inthepocket/react-native-service-discovery/commit/4bf1edd))
10+
* chore: update release-it to fix some vulnerabilities ([eb3a12a](https://github.com/inthepocket/react-native-service-discovery/commit/eb3a12a))
11+
* chore: upgrade commitlint ([c034ec7](https://github.com/inthepocket/react-native-service-discovery/commit/c034ec7))
12+
* fix: add proper info.plist entries in example app ([7c8af62](https://github.com/inthepocket/react-native-service-discovery/commit/7c8af62))
13+
* docs: add docs ([1403b68](https://github.com/inthepocket/react-native-service-discovery/commit/1403b68))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inthepocket/react-native-service-discovery",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "mDNS Network Service Discovery in React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)