Files
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

44 lines
935 B
Markdown

# Change log
----
**NOTE:** This changelog is no longer maintained. Changes are now tracked in
the top level [`CHANGELOG.md`](https://github.com/apollographql/apollo-link/blob/master/CHANGELOG.md).
----
### 1.0.10
- No changes
### 1.0.9
- Added `graphql` 14 to peer and dev deps; Updated `@types/graphql` to 14 <br/>
[@hwillson](http://github.com/hwillson) in [#789](https://github.com/apollographql/apollo-link/pull/789)
### 1.0.7
- Update apollo-link [#559](https://github.com/apollographql/apollo-link/pull/559)
### 1.0.6
- udate apollo link with zen-observable-ts [PR#515](https://github.com/apollographql/apollo-link/pull/515)
### 1.0.5
- ApolloLink upgrade
### 1.0.4
- ApolloLink upgrade
### 1.0.3
- update rollup build
### 1.0.2
- changed peer-dependency of apollo-link to actual dependency
### 1.0.1
- moved to better rollup build
### 1.0.0
- bump to major to signal API stability
### 0.1.0
- initial release