Skip to content

Commit

Permalink
Publish New Versions (#57)
Browse files Browse the repository at this point in the history
# Version Updates

Merging this PR will release new versions of the following packages
based on your change files.




# @qubit-rs/client

## [0.3.3]
### feat

- f8ff07b feat: allow for polyfilling `fetch` for `http` transport
(close #55)
  • Loading branch information
andogq authored Jun 11, 2024
2 parents d45f9fc + 168ebba commit f239bdc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changes/polyfill-fetch.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.3.3]

### feat

- [`f8ff07b`](https://github.com/andogq/qubit/commit/f8ff07b8d3b92aef60687b868a04ff08f4a8de2f) feat: allow for polyfilling `fetch` for `http` transport (close #55)

## \[0.3.2]

### fix
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubit-rs/client",
"version": "0.3.2",
"version": "0.3.3",
"description": "Seamless RPC for Rust & TypeScript",
"keywords": [
"api",
Expand Down

0 comments on commit f239bdc

Please sign in to comment.