From 856be664497944ef8c1545452a46bcce1f5349d6 Mon Sep 17 00:00:00 2001 From: EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:50:54 -0400 Subject: [PATCH] chore(@fressh/react-native-uniffi-russh): release v0.0.5 --- 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 59017e3..8e8d5f3 100644 --- a/packages/react-native-uniffi-russh/CHANGELOG.md +++ b/packages/react-native-uniffi-russh/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [0.0.5](https://github.com/EthanShoeDev/fressh/compare/@fressh/react-native-uniffi-russh-v0.0.4...${npm.name}-v0.0.5) (2025-10-08) + ## [0.0.4](https://github.com/EthanShoeDev/fressh/compare/@fressh/react-native-uniffi-russh-v0.0.3...${npm.name}-v0.0.4) (2025-10-08) ## [0.0.3](https://github.com/EthanShoeDev/fressh/compare/@fressh/react-native-uniffi-russh-v0.0.2...${npm.name}-v0.0.3) (2025-10-08) diff --git a/packages/react-native-uniffi-russh/package.json b/packages/react-native-uniffi-russh/package.json index c3dc5d9..53a3edb 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.4", + "version": "0.0.5", "type": "module", "main": "./lib/module/api.js", "types": "./lib/typescript/src/api.d.ts",