From 3a1893e08c1721e3949c10c2c6cf9c6f78976f6f Mon Sep 17 00:00:00 2001 From: EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:53:18 -0400 Subject: [PATCH] chore(@fressh/react-native-uniffi-russh): release v0.0.2 --- packages/react-native-uniffi-russh/CHANGELOG.md | 2 ++ packages/react-native-uniffi-russh/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/react-native-uniffi-russh/CHANGELOG.md b/packages/react-native-uniffi-russh/CHANGELOG.md index 3848771..7facdf3 100644 --- a/packages/react-native-uniffi-russh/CHANGELOG.md +++ b/packages/react-native-uniffi-russh/CHANGELOG.md @@ -1,3 +1,5 @@ # Changelog +## 0.0.2 (2025-10-07) + ## [0.0.1](https://github.com/EthanShoeDev/fressh/compare/@fressh/react-native-xtermjs-webview-v0.0.1...@fressh/react-native-xtermjs-webview-v0.0.4) (2025-10-07) diff --git a/packages/react-native-uniffi-russh/package.json b/packages/react-native-uniffi-russh/package.json index ed5efde..2320850 100644 --- a/packages/react-native-uniffi-russh/package.json +++ b/packages/react-native-uniffi-russh/package.json @@ -3,7 +3,7 @@ "homepage": "https://github.com/EthanShoeDev/fressh#readme", "license": "MIT", "description": "Uniffi bindings for russh", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "main": "./lib/module/api.js", "types": "./lib/typescript/src/api.d.ts",