Skip to content

Commit 57b15f5

Browse files
chore(🤖): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2022-09-28) ### Bug Fixes * optimize the request mode ([9965d20](9965d20)) * optimizes the long polling scheduler ([39587dd](39587dd)) ### Features * adding signature verification ([eeca38c](eeca38c))
1 parent ebfdab2 commit 57b15f5

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0](https://github.com/vodyani/apollo-client/compare/v1.0.0...v1.1.0) (2022-09-28)
2+
3+
4+
### Bug Fixes
5+
6+
* optimize the request mode ([9965d20](https://github.com/vodyani/apollo-client/commit/9965d20722e6b33cb1c9afd96bbae9f9c8935601))
7+
* optimizes the long polling scheduler ([39587dd](https://github.com/vodyani/apollo-client/commit/39587dd64ea9fdefc2e63e05776badd0c0f5596c))
8+
9+
10+
### Features
11+
12+
* adding signature verification ([eeca38c](https://github.com/vodyani/apollo-client/commit/eeca38c795643ef9dfa476847618072cd9842f49))
13+
114
# 1.0.0 (2022-09-27)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vodyani/apollo-client",
33
"license": "MIT",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "ChoGathK",
66
"description": "🛸 apollo client sdk",
77
"homepage": "https://github.com/vodyani/apollo-client#readme",

0 commit comments

Comments
 (0)