Skip to content

Commit

Permalink
[release] @subql/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy authored Sep 1, 2023
1 parent da03fe9 commit 2f33b48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/apollo-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.4] - 2023-09-01

## [1.0.2] - 2023-08-31

- Increase default max retry to `8`
Expand Down Expand Up @@ -72,7 +74,8 @@ Breaking change for `dictHttpLink` and `deploymentHttpLink`, use `const { link }

- Add Authlink for Apollo client

[unreleased]: https://github.com/subquery/network-clients/compare/v1.0.2...HEAD
[unreleased]: https://github.com/subquery/network-clients/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/subquery/network-clients/compare/v1.0.2...v1.0.4
[1.0.2]: https://github.com/subquery/network-clients/compare/v1.0.0...v1.0.2
[1.0.0]: https://github.com/subquery/network-clients/compare/v0.5.7...v1.0.0
[0.5.7]: https://github.com/subquery/network-clients/compare/v0.5.5...v0.5.7
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/apollo-links",
"version": "1.0.3-0",
"version": "1.0.4",
"description": "SubQuery Network - graphql links",
"main": "dist/index.js",
"author": "SubQuery Pte Limited",
Expand Down

0 comments on commit 2f33b48

Please sign in to comment.