Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fracek committed Jan 18, 2023
1 parent 99d0d32 commit 9784bef
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-tigers-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-clocks-live.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- [#20](https://github.com/apibara/typescript-sdk/pull/20) [`9a58f52`](https://github.com/apibara/typescript-sdk/commit/9a58f5223fad6ccb067dcb7303d7f5f559a1b9b5) Thanks [@fracek](https://github.com/fracek)! - Rethrow error if not reconnecting

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apibara/protocol",
"version": "0.4.0",
"version": "0.4.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @apibara/starknet

## 0.2.1

### Patch Changes

- [#20](https://github.com/apibara/typescript-sdk/pull/20) [`99d0d32`](https://github.com/apibara/typescript-sdk/commit/99d0d3234d1d7940967932a7dc838128ee9f024d) Thanks [@fracek](https://github.com/fracek)! - Include weak header flag

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starknet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apibara/starknet",
"version": "0.2.0",
"version": "0.2.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9784bef

Please sign in to comment.