Skip to content

Commit

Permalink
chore(🤖): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Sep 28, 2022
1 parent ebfdab2 commit 57b15f5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/vodyani/apollo-client/compare/v1.0.0...v1.1.0) (2022-09-28)


### Bug Fixes

* optimize the request mode ([9965d20](https://github.com/vodyani/apollo-client/commit/9965d20722e6b33cb1c9afd96bbae9f9c8935601))
* optimizes the long polling scheduler ([39587dd](https://github.com/vodyani/apollo-client/commit/39587dd64ea9fdefc2e63e05776badd0c0f5596c))


### Features

* adding signature verification ([eeca38c](https://github.com/vodyani/apollo-client/commit/eeca38c795643ef9dfa476847618072cd9842f49))

# 1.0.0 (2022-09-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vodyani/apollo-client",
"license": "MIT",
"version": "1.0.0",
"version": "1.1.0",
"author": "ChoGathK",
"description": "🛸 apollo client sdk",
"homepage": "https://github.com/vodyani/apollo-client#readme",
Expand Down

0 comments on commit 57b15f5

Please sign in to comment.