Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
cp *.node release-mode-lib.node
npm run build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: Failure Files
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Upload artifact
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: './docs/'

Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Matrix-Rust-SDK Node.js Bindings

## Next release

- Update matrix-rust-sdk dependency to 0.9.0.

## 0.3.0-beta.1 - 2024-11-18

- Update matrix-rust-sdk dependency.
- The SignedCurve25519 algorithm is no longer supported.
- Update matrix-rust-sdk dependency.
- The SignedCurve25519 algorithm is no longer supported.

## 0.2.0-beta.1 - 2024-06-11

Expand Down
Loading